Skip to content

Commit

Permalink
Add separate requirements-test.txt to the workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmfolgado committed Jun 29, 2024
1 parent c0580db commit e45c9f7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
python -VV
python -m pip install --upgrade pip setuptools
pip install -r requirements/requirements.txt
pip install -r requirements/requirements-test.txt
python -m pip install .
- name: Check numpy and scipy flags
run: |
Expand Down
7 changes: 0 additions & 7 deletions requirements/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
colorednoise==2.2.0
matplotlib==3.8.2
nose==1.3.7
pyarrow==15.0.0
pytest==7.1.1
requests==2.31.0
seaborn==0.13.2
tqdm==4.66.1

0 comments on commit e45c9f7

Please sign in to comment.