Skip to content

Commit 439d0cc

Browse files
authored
Update testing.yml
- remove poetry (for now)
1 parent b54448a commit 439d0cc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/testing.yml

Lines changed: 5 additions & 5 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
66-
poetry lock --no-cache
67-
poetry install --no-root
63+
# - name: Install Poetry
64+
# run: |
65+
# pip install --upgrade pip wheel poetry
66+
# poetry lock --no-cache
67+
# poetry install --no-root
6868

6969
- name: Run DLC Live Tests
7070
run: poetry run dlc-live-test --nodisplay

0 commit comments

Comments
 (0)