Skip to content

Commit

Permalink
ci: bump python version for workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
b1rger committed Jul 24, 2024
1 parent fc1be41 commit 959095a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deptry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ jobs:
uses: acdh-oeaw/prosnet-workflows/.github/workflows/[email protected]
with:
src: "."
python-version: "3.12"
1 change: 1 addition & 0 deletions .github/workflows/ruff-formatter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ jobs:
with:
src: "."
options: "format --check"
python-version: "3.12"
1 change: 1 addition & 0 deletions .github/workflows/ruff-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ jobs:
uses: acdh-oeaw/prosnet-workflows/.github/workflows/[email protected]
with:
src: "."
python-version: "3.12"

0 comments on commit 959095a

Please sign in to comment.