Skip to content

Commit 43dde5a

Browse files
committed
fix: solve dependency issues in the pipeline
1 parent 4d7ed13 commit 43dde5a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ jobs:
3030
- name: Install Poetry
3131
run: pip install poetry
3232

33-
- name: Install dependencies
34-
run: poetry install --no-interaction
33+
- name: Install dependencies with dev group
34+
run: poetry install --with dev --no-interaction
3535

3636
- name: Run all validations with Tox
37-
run: tox
37+
run: poetry run tox
3838

3939
- name: Build Package
4040
run: poetry build

0 commit comments

Comments
 (0)