Skip to content

Commit

Permalink
use dirrefent requirements files for dev and production
Browse files Browse the repository at this point in the history
  • Loading branch information
whitetuft committed Apr 19, 2024
1 parent 08c67b2 commit 9dcb7cd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
python-version: 3.8
- name: Generate coverage report
run: |
pip install -r requirements.txt
pip install -r requirements-dev.txt
pip install pytest-cov
pytest --cov=./ --cov-report=xml
- name: Upload coverage to Codecov
Expand Down
3 changes: 3 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
-r requirements.txt
pytest==7.2.0
pytest-datafiles>=2.0.0
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ pandas
numpy
scipy
scikit-learn
pytest==7.2.0
pytest-datafiles>=2.0
netCDF4
requests
bs4

0 comments on commit 9dcb7cd

Please sign in to comment.