Skip to content

Commit abd8745

Browse files
add no-deps to build line
1 parent 13880b7 commit abd8745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conda_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
shell: bash -l {0}
5252
run: |
5353
cd ./py_gnome
54-
python -m pip install -vvv ./
54+
python -m pip install --no-deps -vv ./
5555
- name: Run pytest
5656
shell: bash -l {0}
5757
run: |

0 commit comments

Comments
 (0)