Skip to content

Commit 583c76e

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

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/testing.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,10 @@ jobs:
5555
shell: bash -el {0} # Important: activates the conda environment
5656
run: |
5757
conda install pytables==3.8.0 "numpy<2"
58+
5859
- name: Install and test
5960
run: |
6061
python -m pip install --upgrade pip wheel poetry
61-
python -m poetry install
62-
python -m poetry run dlc-live-test --nodisplay
62+
poetry lock
63+
poetry install --no-root
64+
poetry run dlc-live-test --nodisplay

0 commit comments

Comments
 (0)