Skip to content

Commit 10f33f1

Browse files
no cache dir install
1 parent 5539324 commit 10f33f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
conda install -c conda-forge pygraphviz
2626
python --version
27-
pip install -e .
27+
pip install -e . --no-cache-dir
2828
pip install -e .[test]
2929
pip install pytest pytest-cov
3030
shell: bash -l {0}

0 commit comments

Comments
 (0)