1616 fetch-depth : 0
1717
1818 - name : Setup Python & Poetry Environment
19- uses :
exasol/python-toolbox/.github/actions/[email protected] .0 19+ uses :
exasol/python-toolbox/.github/actions/[email protected] .1 2020
2121 - name : Check Version(s)
2222 run : |
3737 uses : actions/checkout@v4
3838
3939 - name : Setup Python & Poetry Environment
40- uses :
exasol/python-toolbox/.github/actions/[email protected] .0 40+ uses :
exasol/python-toolbox/.github/actions/[email protected] .1 4141
4242 - name : Build Documentation
4343 run : |
5656 uses : actions/checkout@v4
5757
5858 - name : Setup Python & Poetry Environment
59- uses :
exasol/python-toolbox/.github/actions/[email protected] .0 59+ uses :
exasol/python-toolbox/.github/actions/[email protected] .1 6060
6161 - name : Run changelog update check
6262 run : poetry run -- nox -s changelog:updated
7474 uses : actions/checkout@v4
7575
7676 - name : Setup Python & Poetry Environment
77- uses :
exasol/python-toolbox/.github/actions/[email protected] .0 77+ uses :
exasol/python-toolbox/.github/actions/[email protected] .1 7878 with :
7979 python-version : ${{ matrix.python-version }}
8080
@@ -103,7 +103,7 @@ jobs:
103103 uses : actions/checkout@v4
104104
105105 - name : Setup Python & Poetry Environment
106- uses :
exasol/python-toolbox/.github/actions/[email protected] .0 106+ uses :
exasol/python-toolbox/.github/actions/[email protected] .1 107107 with :
108108 python-version : ${{ matrix.python-version }}
109109
@@ -123,7 +123,7 @@ jobs:
123123 uses : actions/checkout@v4
124124
125125 - name : Setup Python & Poetry Environment
126- uses :
exasol/python-toolbox/.github/actions/[email protected] .0 126+ uses :
exasol/python-toolbox/.github/actions/[email protected] .1 127127 with :
128128 python-version : ${{ matrix.python-version }}
129129
@@ -146,7 +146,7 @@ jobs:
146146 uses : actions/checkout@v4
147147
148148 - name : Setup Python & Poetry Environment
149- uses :
exasol/python-toolbox/.github/actions/[email protected] .0 149+ uses :
exasol/python-toolbox/.github/actions/[email protected] .1 150150
151151 - name : Run format check
152152 run : poetry run -- nox -s project:format
@@ -166,7 +166,7 @@ jobs:
166166 uses : actions/checkout@v4
167167
168168 - name : Setup Python & Poetry Environment
169- uses :
exasol/python-toolbox/.github/actions/[email protected] .0 169+ uses :
exasol/python-toolbox/.github/actions/[email protected] .1 170170 with :
171171 python-version : ${{ matrix.python-version }}
172172
0 commit comments