Skip to content

Commit

Permalink
FIX: Fine
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Aug 22, 2023
1 parent fb19b94 commit 4158a13
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ jobs:
run: |
python -m pip install --upgrade pip setuptools wheel
pip install -r requirements.txt pytest pytest-cov
pip install --no-build-isolation -ve .
# TODO: This should work but it doesn't (can't import snirf).
# The --no-build-isolation should also work but requires h5py.
# pip install --no-build-isolation -ve .
python setup.py develop
- run: pytest tests/test.py
- uses: codecov/codecov-action@v3
if: success()

0 comments on commit 4158a13

Please sign in to comment.