Skip to content

Commit

Permalink
fix bug in installing pip hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
phillip-stephens committed Jan 24, 2025
1 parent 086c4b6 commit 00b8e7d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,10 @@ jobs:
set -e
sudo apt update
# Install latest Python
sudo apt install -y python3 jp
python -m ensurepip --upgrade
sudo apt install -y python3 jp python3-pip
# Install Python dependencies
pip install --user zschema
pip install --user -r requirements.txt
pip3 install --user zschema
pip3 install --user -r requirements.txt
- name: Run tests
run: |
Expand Down

0 comments on commit 00b8e7d

Please sign in to comment.