16
16
fetch-depth : 0
17
17
18
18
- name : Setup Python & Poetry Environment
19
- uses : exasol/python-toolbox/.github/actions/python-environment@1.8.0
19
+ uses : exasol/python-toolbox/.github/actions/python-environment@v1
20
20
21
21
- name : Check Version(s)
22
22
run : poetry run -- nox -s version:check
32
32
uses : actions/checkout@v4
33
33
34
34
- name : Setup Python & Poetry Environment
35
- uses : exasol/python-toolbox/.github/actions/python-environment@1.8.0
35
+ uses : exasol/python-toolbox/.github/actions/python-environment@v1
36
36
37
37
- name : Build Documentation
38
38
run : |
59
59
uses : actions/checkout@v4
60
60
61
61
- name : Setup Python & Poetry Environment
62
- uses : exasol/python-toolbox/.github/actions/python-environment@1.8.0
62
+ uses : exasol/python-toolbox/.github/actions/python-environment@v1
63
63
64
64
- name : Run changelog update check
65
65
run : poetry run -- nox -s changelog:updated
78
78
uses : actions/checkout@v4
79
79
80
80
- name : Setup Python & Poetry Environment
81
- uses : exasol/python-toolbox/.github/actions/python-environment@1.8.0
81
+ uses : exasol/python-toolbox/.github/actions/python-environment@v1
82
82
with :
83
83
python-version : ${{ matrix.python-version }}
84
84
@@ -109,7 +109,7 @@ jobs:
109
109
uses : actions/checkout@v4
110
110
111
111
- name : Setup Python & Poetry Environment
112
- uses : exasol/python-toolbox/.github/actions/python-environment@1.8.0
112
+ uses : exasol/python-toolbox/.github/actions/python-environment@v1
113
113
with :
114
114
python-version : ${{ matrix.python-version }}
115
115
# Install extras so that usage of optional dependencies are also type checked
@@ -133,7 +133,7 @@ jobs:
133
133
uses : actions/checkout@v4
134
134
135
135
- name : Setup Python & Poetry Environment
136
- uses : exasol/python-toolbox/.github/actions/python-environment@1.8.0
136
+ uses : exasol/python-toolbox/.github/actions/python-environment@v1
137
137
with :
138
138
python-version : ${{ matrix.python-version }}
139
139
@@ -157,7 +157,7 @@ jobs:
157
157
uses : actions/checkout@v4
158
158
159
159
- name : Setup Python & Poetry Environment
160
- uses : exasol/python-toolbox/.github/actions/python-environment@1.8.0
160
+ uses : exasol/python-toolbox/.github/actions/python-environment@v1
161
161
162
162
- name : Run format check
163
163
run : poetry run -- nox -s project:format
@@ -177,12 +177,10 @@ jobs:
177
177
uses : actions/checkout@v4
178
178
179
179
- name : Setup Python & Poetry Environment
180
- uses : exasol/python-toolbox/.github/actions/python-environment@1.8.0
180
+ uses : exasol/python-toolbox/.github/actions/python-environment@v1
181
181
with :
182
182
python-version : ${{ matrix.python-version }}
183
-
184
- - name : Install All Extras
185
- run : poetry install --all-extras
183
+ extras : " all"
186
184
187
185
- name : Run Tests and Collect Coverage
188
186
run : poetry run -- nox -s test:unit -- --coverage
0 commit comments