ci: Remove duplicate python setups

This commit is contained in:
Edmund Miller 2021-04-12 14:20:21 -05:00
parent c99ab09f8d
commit ec3a2172a6
No known key found for this signature in database
GPG key ID: BD387FF7BC10AA9D
2 changed files with 0 additions and 10 deletions

View file

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

View file

@ -45,11 +45,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