Skip to content

Commit

Permalink
Address ion-test-driver failure by upgrading pip with setup-python ac…
Browse files Browse the repository at this point in the history
…tion. (#875)

* Use setup-python to force pip upgrade; fixes error with pip 22.0

* Roll ion-test-driver back to pre-1.1/1.0 split

* Revert ion-test-driver reference back to master

Co-authored-by: Tyler Gregg <[email protected]>

---------

Co-authored-by: Tyler Gregg <[email protected]>
  • Loading branch information
nirosys and tgregg committed Jun 12, 2024
1 parent c57924f commit f350aa3
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 f350aa3

Please sign in to comment.