Skip to content

Commit

Permalink
include dev dependencies in ci run
Browse files Browse the repository at this point in the history
  • Loading branch information
codingfabi committed May 4, 2024
1 parent 81f1806 commit 358ebc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ jobs:
path: ./.venv
key: venv-${{ hashFiles('poetry.lock') }}
- name: Install dependencies
run: poetry install --no-root --without dev
run: poetry install --no-root
- name: Pytest
run: poetry run pytest -x --random-order

0 comments on commit 358ebc2

Please sign in to comment.