Skip to content

Commit

Permalink
get rid of the pip/wheel step
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl committed Jun 19, 2020
1 parent f99cd7a commit 40f1db5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ jobs:
pip-build-
pip-
- run: |
pip install -U pip wheel
- run: |
pip install -U -r .ci_support/requirements-build.txt
Expand Down Expand Up @@ -95,9 +92,6 @@ jobs:
with:
python-version: 3.7

- run: |
pip install -U pip wheel
- run: |
pip install -U -r .ci_support/requirements-check-links.txt
Expand Down

0 comments on commit 40f1db5

Please sign in to comment.