Skip to content

Commit

Permalink
Install python 3.11; forcing pip update to fix issue with ion-test-dr…
Browse files Browse the repository at this point in the history
…iver
  • Loading branch information
nirosys committed Jul 29, 2024
1 parent 6c988b7 commit 69d3444
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 @@ -20,6 +20,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 69d3444

Please sign in to comment.