Skip to content

Commit

Permalink
ci: Upgrade pip
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Jan 12, 2021
1 parent 6c9a573 commit 42b8c1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
restore-keys: |
${{ runner.os }}-pip-
- run: curl -s -S --retry 3 $BASEDIR/tests/install.sh | bash -
- run: pip install --upgrade pip
- run: pip install .[test]
- run: curl -s -S --retry 3 $BASEDIR/tests/script.sh | bash -
# The unit tests need to be run with ipython, as the code requires a
Expand Down

0 comments on commit 42b8c1d

Please sign in to comment.