Skip to content

Commit

Permalink
switch back to conda to install requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
mcflugen committed Oct 11, 2024
1 parent 8c8664b commit 481f678
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 @@ -38,7 +38,7 @@ jobs:
- name: Install requirements
run: |
pip install -r requirements.txt -r requirements-testing.txt
conda install --file=requirements.txt --file=requirements-testing.txt
conda list
- name: Install Windows requirements
Expand Down

0 comments on commit 481f678

Please sign in to comment.