We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13880b7 commit abd8745Copy full SHA for abd8745
.github/workflows/conda_test.yml
@@ -51,7 +51,7 @@ jobs:
51
shell: bash -l {0}
52
run: |
53
cd ./py_gnome
54
- python -m pip install -vvv ./
+ python -m pip install --no-deps -vv ./
55
- name: Run pytest
56
57
0 commit comments