Skip to content

Commit

Permalink
Update _release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
glide-the authored Jul 2, 2024
1 parent c80ff3d commit 97e08e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
poetry run python -c "import $IMPORT_NAME; print(dir($IMPORT_NAME))"
- name: Import test dependencies
run: poetry install --with test
run: poetry install --with lint,test -v
working-directory: ${{ inputs.working-directory }}

# Overwrite the local version of the package with the test PyPI version.
Expand Down

0 comments on commit 97e08e7

Please sign in to comment.