There was an error while loading. Please reload this page.
1 parent 4d7ed13 commit 43dde5aCopy full SHA for 43dde5a
1 file changed
.github/workflows/ci.yml
@@ -30,11 +30,11 @@ jobs:
30
- name: Install Poetry
31
run: pip install poetry
32
33
- - name: Install dependencies
34
- run: poetry install --no-interaction
+ - name: Install dependencies with dev group
+ run: poetry install --with dev --no-interaction
35
36
- name: Run all validations with Tox
37
- run: tox
+ run: poetry run tox
38
39
- name: Build Package
40
run: poetry build
0 commit comments