Skip to content

Commit 13a33e4

Browse files
authored
Update testing.yml
1 parent fb7886d commit 13a33e4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/testing.yml

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

63-
# - name: Install Poetry
64-
# run: |
65-
# pip install --upgrade pip wheel poetry
63+
- name: Install Poetry
64+
run: |
65+
pip install --upgrade pip wheel poetry
6666
# poetry lock --no-cache
6767
# poetry install --no-root
6868

6969
- name: Run DLC Live Tests
70-
run: python dlc-live-test --nodisplay
70+
run: poetry dlc-live-test --nodisplay

0 commit comments

Comments
 (0)