Skip to content

Commit

Permalink
[main] GitHub action for style: pass Python version number as string,…
Browse files Browse the repository at this point in the history
… not number
  • Loading branch information
maltehelmert committed Dec 15, 2022
1 parent 7b90338 commit fd7c5be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@master
with:
python-version: 3.10
python-version: '3.10'

- name: Install dependencies
run: |
Expand Down

0 comments on commit fd7c5be

Please sign in to comment.