Skip to content

Commit

Permalink
Fix Python version (2nd try)
Browse files Browse the repository at this point in the history
  • Loading branch information
donjuardo committed Jul 10, 2024
1 parent 616fc03 commit 3c53300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pep8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v4
- run: echo "🐍 Setting up Python $PYTHON_VERSION…"
- run: "$PYTHON_VERSION"
- run: echo "$PYTHON_VERSION"
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 3c53300

Please sign in to comment.