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 583c76e commit 1a50e8dCopy full SHA for 1a50e8d
.github/workflows/testing.yml
@@ -56,9 +56,13 @@ jobs:
56
run: |
57
conda install pytables==3.8.0 "numpy<2"
58
59
+ - name: Install dependencies via Conda
60
+ shell: bash -el {0}
61
+ run: conda install -y numpy=1.23.5
62
+
63
- name: Install and test
64
- python -m pip install --upgrade pip wheel poetry
65
+ pip install --upgrade pip wheel poetry
66
poetry lock
67
poetry install --no-root
68
poetry run dlc-live-test --nodisplay
0 commit comments