Skip to content

Commit

Permalink
fix: github CI could not install etas model, because gdal binaries we…
Browse files Browse the repository at this point in the history
…re not present (fiona requires it). Therefore, removed env specification of case_h models, so that floatcsep automatically detects running env.
  • Loading branch information
pabloitu committed Aug 2, 2024
1 parent 73d42f3 commit 5ca2a6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
- name: Test with pytest
run: |
pytest
# pytest --durations=0 --cov=./ --cov-config=.coveragerc
pytest ./tests/qa/test_data.py
- name: Upload coverage
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.10'
run: |
Expand Down

0 comments on commit 5ca2a6a

Please sign in to comment.