Skip to content

Commit

Permalink
CI: install pip
Browse files Browse the repository at this point in the history
  • Loading branch information
cbm755 committed Dec 25, 2023
1 parent 90a76c2 commit 0121ea7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ jobs:
# For more details, see https://stackoverflow.com/q/71901632
# and https://github.com/actions/checkout/issues/760
docker exec oc git config --global --add safe.directory /workdir/octsympy
# < 8.x containers don't have pip
docker exec oc apt-get update
docker exec oc apt-get install -y python3-pip
docker exec oc pip --version
docker exec oc pip install packaging
docker exec oc pip install sympy==$SYMPY
Expand Down

0 comments on commit 0121ea7

Please sign in to comment.