Skip to content

Commit

Permalink
no cache dir install
Browse files Browse the repository at this point in the history
  • Loading branch information
christopher-wild committed Jun 22, 2023
1 parent 5539324 commit 10f33f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: |
conda install -c conda-forge pygraphviz
python --version
pip install -e .
pip install -e . --no-cache-dir
pip install -e .[test]
pip install pytest pytest-cov
shell: bash -l {0}
Expand Down

0 comments on commit 10f33f1

Please sign in to comment.