From f350aa306b032581dc025d0f9bcfa065e576527c Mon Sep 17 00:00:00 2001 From: Richard Giliam Date: Tue, 11 Jun 2024 17:03:49 -0700 Subject: [PATCH] Address ion-test-driver failure by upgrading pip with setup-python action. (#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 --------- Co-authored-by: Tyler Gregg --- .github/workflows/ion-test-driver.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ion-test-driver.yml b/.github/workflows/ion-test-driver.yml index 35fe0ae98..3b6903d4f 100644 --- a/.github/workflows/ion-test-driver.yml +++ b/.github/workflows/ion-test-driver.yml @@ -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