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 b54448a commit 439d0ccCopy full SHA for 439d0cc
.github/workflows/testing.yml
@@ -60,11 +60,11 @@ jobs:
60
shell: bash -el {0}
61
run: conda install -y "numpy>=1.26,<2.0"
62
63
- - name: Install Poetry
64
- run: |
65
- pip install --upgrade pip wheel poetry
66
- poetry lock --no-cache
67
- poetry install --no-root
+# - name: Install Poetry
+# run: |
+# pip install --upgrade pip wheel poetry
+# poetry lock --no-cache
+# poetry install --no-root
68
69
- name: Run DLC Live Tests
70
run: poetry run dlc-live-test --nodisplay
0 commit comments