File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed
exasol/toolbox/templates/github/workflows Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments