Skip to content

Commit

Permalink
fix syntax.yml python version
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonioCarta committed Jan 23, 2024
1 parent a9f8ae8 commit e1bbdc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/syntax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: "3.10.12"
- uses: cclauss/Find-Python-syntax-errors-action@master

0 comments on commit e1bbdc6

Please sign in to comment.