Skip to content

Commit

Permalink
Use setup-python to force pip upgrade; fixes error with pip 22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nirosys committed Jun 6, 2024
1 parent 8c42413 commit 3cf9041
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ion-test-driver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
ref: master
path: ion-test-driver

- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.11'

- name: Set up python3 env
run: python3 -m venv ion-test-driver/venv && . ion-test-driver/venv/bin/activate

Expand Down

0 comments on commit 3cf9041

Please sign in to comment.