Skip to content

Commit

Permalink
install requirements with pip
Browse files Browse the repository at this point in the history
  • Loading branch information
mcflugen committed Oct 11, 2024
1 parent 3b50477 commit 94faa80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Install requirements
run: |
conda install --file=requirements.txt --file=requirements-testing.txt
pip install -r requirements.txt -r requirements-testing.txt
conda list
- name: Install Windows requirements
Expand Down

0 comments on commit 94faa80

Please sign in to comment.