Skip to content

Commit

Permalink
fix: workflow python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEimer committed Apr 19, 2024
1 parent 1256b16 commit 2831fce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: "3.10"

- name: Install pre-commit
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: "3.10"

- name: Install ${{ env.package-name }}
run: |
Expand Down

0 comments on commit 2831fce

Please sign in to comment.