1616 fetch-depth : 0
1717
1818 - name : Setup Python & Poetry Environment
19- uses :
exasol/python-toolbox/.github/actions/[email protected] .1 19+ uses :
exasol/python-toolbox/.github/actions/[email protected] .2 2020
2121 - name : Check Version(s)
2222 run : poetry run -- nox -s version:check
3232 uses : actions/checkout@v4
3333
3434 - name : Setup Python & Poetry Environment
35- uses :
exasol/python-toolbox/.github/actions/[email protected] .1 35+ uses :
exasol/python-toolbox/.github/actions/[email protected] .2 3636
3737 - name : Build Documentation
3838 run : |
5959 uses : actions/checkout@v4
6060
6161 - name : Setup Python & Poetry Environment
62- uses :
exasol/python-toolbox/.github/actions/[email protected] .1 62+ uses :
exasol/python-toolbox/.github/actions/[email protected] .2 6363
6464 - name : Run changelog update check
6565 run : poetry run -- nox -s changelog:updated
7878 uses : actions/checkout@v4
7979
8080 - name : Setup Python & Poetry Environment
81- uses :
exasol/python-toolbox/.github/actions/[email protected] .1 81+ uses :
exasol/python-toolbox/.github/actions/[email protected] .2 8282 with :
8383 python-version : ${{ matrix.python-version }}
8484
@@ -109,7 +109,7 @@ jobs:
109109 uses : actions/checkout@v4
110110
111111 - name : Setup Python & Poetry Environment
112- uses :
exasol/python-toolbox/.github/actions/[email protected] .1 112+ uses :
exasol/python-toolbox/.github/actions/[email protected] .2 113113 with :
114114 python-version : ${{ matrix.python-version }}
115115
@@ -131,7 +131,7 @@ jobs:
131131 uses : actions/checkout@v4
132132
133133 - name : Setup Python & Poetry Environment
134- uses :
exasol/python-toolbox/.github/actions/[email protected] .1 134+ uses :
exasol/python-toolbox/.github/actions/[email protected] .2 135135 with :
136136 python-version : ${{ matrix.python-version }}
137137
@@ -155,7 +155,7 @@ jobs:
155155 uses : actions/checkout@v4
156156
157157 - name : Setup Python & Poetry Environment
158- uses :
exasol/python-toolbox/.github/actions/[email protected] .1 158+ uses :
exasol/python-toolbox/.github/actions/[email protected] .2 159159
160160 - name : Run format check
161161 run : poetry run -- nox -s project:format
@@ -175,7 +175,7 @@ jobs:
175175 uses : actions/checkout@v4
176176
177177 - name : Setup Python & Poetry Environment
178- uses :
exasol/python-toolbox/.github/actions/[email protected] .1 178+ uses :
exasol/python-toolbox/.github/actions/[email protected] .2 179179 with :
180180 python-version : ${{ matrix.python-version }}
181181
0 commit comments