Skip to content

Commit 0ed3250

Browse files
author
David Andersson
committed
remove unnecessary python setup
1 parent 18e9317 commit 0ed3250

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

.github/workflows/code-quality.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -169,11 +169,6 @@ jobs:
169169
needs:
170170
- build
171171
steps:
172-
- uses: actions/checkout@v2
173-
- name: Set up Python
174-
uses: actions/setup-python@v2
175-
with:
176-
python-version: 3.9
177172
- name: Retrieve packages
178173
uses: actions/download-artifact@v2.0.7
179174
with:
@@ -221,11 +216,6 @@ jobs:
221216
needs:
222217
- test-production-test-pypi
223218
steps:
224-
- uses: actions/checkout@v2
225-
- name: Set up Python
226-
uses: actions/setup-python@v2
227-
with:
228-
python-version: 3.9
229219
- name: Retrieve packages
230220
uses: actions/download-artifact@v2.0.7
231221
with:

0 commit comments

Comments
 (0)