Skip to content

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinShenk authored Oct 11, 2021
1 parent 63da884 commit 50abc59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
pip install pandas==1.1.4
pip install -r requirements/requirements.txt
pip install -r requirements/docs.txt
pip install --upgrade pytest flake8 sphinx
pip install --upgrade pytest flake8 sphinx --user
pip install scipy --force-reinstall # for https://github.com/conda/conda/issues/6396
pip install .
conda install pytest
Expand Down

0 comments on commit 50abc59

Please sign in to comment.