Skip to content

Commit

Permalink
just print poetry version
Browse files Browse the repository at this point in the history
  • Loading branch information
jsanjak committed Sep 6, 2023
1 parent c82c0db commit 901088e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
shell: bash
run: |
echo "pass"
poetry --version
poetry run flake8 .
# # stop the build if there are Python syntax errors or undefined names
# poetry run flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
Expand Down

0 comments on commit 901088e

Please sign in to comment.