ci: Remove second python setup call (#1225)

Co-authored-by: Gregor Sturm <mail@gregor-sturm.de>
This commit is contained in:
Edmund Miller 2022-01-21 06:57:57 +00:00 committed by GitHub
parent 55ea3f2061
commit 550df3b006
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,11 +48,6 @@ jobs:
restore-keys: |
${{ runner.os }}-pip-
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: "3.x"
- name: Install Python dependencies
run: python -m pip install --upgrade pip pytest-workflow