Skip to content

Commit

Permalink
FIX: use correct version tag for hsds in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kmuehlbauer committed Jan 25, 2024
1 parent 48b0223 commit 593c042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
- name: Install h5netcdf
run: |
python -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv
python -m pip install git+https://github.com/HDFGroup/hsds.git@0.8.0
python -m pip install git+https://github.com/HDFGroup/hsds.git@v0.8.0
python -m pip install git+https://github.com/HDFGroup/h5pyd.git
- name: Test with pytest
run: |
Expand Down

0 comments on commit 593c042

Please sign in to comment.