Skip to content

Commit 85bb579

Browse files
committed
Remove python-version: '3.9' in templates and correct template to point to PTB action
1 parent a30e724 commit 85bb579

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.github/workflows/checks.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ jobs:
5050

5151
- name: Setup Python & Poetry Environment
5252
uses: ./.github/actions/python-environment
53-
with:
54-
python-version: "3.9"
5553

5654
- name: Run changelog update check
5755
if: ${{ github.ref != 'refs/heads/main' }}
@@ -147,8 +145,6 @@ jobs:
147145

148146
- name: Setup Python & Poetry Environment
149147
uses: ./.github/actions/python-environment
150-
with:
151-
python-version: "3.9"
152148

153149
- name: Run format check
154150
run: poetry run -- nox -s project:format

exasol/toolbox/templates/github/workflows/checks.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,7 @@ jobs:
5656
uses: actions/checkout@v4
5757

5858
- name: Setup Python & Poetry Environment
59-
uses: ./.github/actions/python-environment
60-
with:
61-
python-version: "3.9"
59+
uses: exasol/python-toolbox/.github/actions/[email protected]
6260

6361
- name: Run changelog update check
6462
run: poetry run -- nox -s changelog:updated
@@ -149,8 +147,6 @@ jobs:
149147

150148
- name: Setup Python & Poetry Environment
151149
uses: exasol/python-toolbox/.github/actions/[email protected]
152-
with:
153-
python-version: "3.9"
154150

155151
- name: Run format check
156152
run: poetry run -- nox -s project:format

0 commit comments

Comments
 (0)