Skip to content

Commit

Permalink
github: Install without dev!?
Browse files Browse the repository at this point in the history
noc0lour committed Jan 4, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 620591f commit 4950df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
@@ -39,6 +39,6 @@ jobs:
# path: ./.venv
# key: venv-${{ hashFiles('poetry.lock') }}
- name: Install the project dependencies
run: poetry install --with=dev
run: poetry install
- name: Run the automated tests (for example)
run: poetry run tox

0 comments on commit 4950df1

Please sign in to comment.