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 fb7886d commit 13a33e4Copy full SHA for 13a33e4
.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
+ - name: Install Poetry
+ run: |
+ pip install --upgrade pip wheel poetry
66
# poetry lock --no-cache
67
# poetry install --no-root
68
69
- name: Run DLC Live Tests
70
- run: python dlc-live-test --nodisplay
+ run: poetry dlc-live-test --nodisplay
0 commit comments