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