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 7326b7c commit 583c76eCopy full SHA for 583c76e
.github/workflows/testing.yml
@@ -55,8 +55,10 @@ jobs:
55
shell: bash -el {0} # Important: activates the conda environment
56
run: |
57
conda install pytables==3.8.0 "numpy<2"
58
+
59
- name: Install and test
60
61
python -m pip install --upgrade pip wheel poetry
- python -m poetry install
62
- python -m poetry run dlc-live-test --nodisplay
+ poetry lock
63
+ poetry install --no-root
64
+ poetry run dlc-live-test --nodisplay
0 commit comments