Skip to content

Commit

Permalink
uncomment pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
Delcior committed Apr 7, 2024
1 parent ec6a951 commit 656a8e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests+pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ jobs:
run: |
echo HDF5_LIBDIR=/usr/lib/x86_64-linux-gnu/hdf5/mpich >> $GITHUB_ENV
echo HDF5_INCLUDEDIR=/usr/include/hdf5/mpich >> $GITHUB_ENV
- run: pip install -e .[tests]
#- run: pip install -e .[tests]
- id: cache
uses: actions/cache/restore@v4
with:
Expand Down

0 comments on commit 656a8e8

Please sign in to comment.