Skip to content

Commit

Permalink
- fix python setup version
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelRosier committed Dec 12, 2023
1 parent c934620 commit f9efc40
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autoformat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
uses: actions/checkout@v3

- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: "3.x"

- name: Install Python dependencies
run: pip install black
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
uses: actions/checkout@v3

- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: "3.x"

- name: Install Python dependencies
run: pip install black
Expand Down

0 comments on commit f9efc40

Please sign in to comment.