Skip to content

Commit

Permalink
remove unnecessary python setup
Browse files Browse the repository at this point in the history
  • Loading branch information
David Andersson committed Dec 20, 2020
1 parent 18e9317 commit 0ed3250
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/code-quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,11 +169,6 @@ jobs:
needs:
- build
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Retrieve packages
uses: actions/[email protected]
with:
Expand Down Expand Up @@ -221,11 +216,6 @@ jobs:
needs:
- test-production-test-pypi
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Retrieve packages
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 0ed3250

Please sign in to comment.