Skip to content

Commit 539b4ad

Browse files
authored
Update testing.yml
1 parent 286e139 commit 539b4ad

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/testing.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,11 @@ jobs:
6060
shell: bash -el {0}
6161
run: conda install -y "numpy>=1.26,<2.0"
6262

63-
- name: Install and test
63+
- name: Install Poetry
6464
run: |
6565
pip install --upgrade pip wheel poetry
66-
poetry lock
66+
poetry lock --no-cache --no-update
6767
poetry install --no-root
68-
poetry run dlc-live-test --nodisplay
68+
69+
- name: Run DLC Live Tests
70+
run: poetry run dlc-live-test --nodisplay

0 commit comments

Comments
 (0)