We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dd7d6d commit c499cb7Copy full SHA for c499cb7
.github/workflows/testing.yml
@@ -68,7 +68,7 @@ jobs:
68
run: poetry lock --no-cache
69
70
- name: Install project dependencies
71
- run: poetry install --no-root
+ run: poetry install --with dev
72
73
- name: Run DLC Live Tests
74
run: poetry run dlc-live-test --nodisplay
0 commit comments