Skip to content

Commit

Permalink
fix pip/wheel upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl committed Jun 19, 2020
1 parent b3b99e5 commit f99cd7a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
- run: |
pip install -U pip wheel
&& pip install -U -r .ci_support/requirements-build.txt
- run: |
pip install -U -r .ci_support/requirements-build.txt
- run: |
jupyter-book build .
Expand Down Expand Up @@ -95,7 +97,9 @@ jobs:

- run: |
pip install -U pip wheel
&& pip install -U -r .ci_support/requirements-check-links.txt
- run: |
pip install -U -r .ci_support/requirements-check-links.txt
- run: |
bash .ci_support/check_links.sh

0 comments on commit f99cd7a

Please sign in to comment.