Skip to content

Commit 1a50e8d

Browse files
authored
Update testing.yml
1 parent 583c76e commit 1a50e8d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/testing.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,13 @@ jobs:
5656
run: |
5757
conda install pytables==3.8.0 "numpy<2"
5858
59+
- name: Install dependencies via Conda
60+
shell: bash -el {0}
61+
run: conda install -y numpy=1.23.5
62+
5963
- name: Install and test
6064
run: |
61-
python -m pip install --upgrade pip wheel poetry
65+
pip install --upgrade pip wheel poetry
6266
poetry lock
6367
poetry install --no-root
6468
poetry run dlc-live-test --nodisplay

0 commit comments

Comments
 (0)