From 630898b6eea555b20dcf19543281ee5ecc970318 Mon Sep 17 00:00:00 2001 From: Jon Banafato Date: Mon, 6 Nov 2023 13:55:28 -0500 Subject: [PATCH] Fix CI finding old versions of pip in 3.8 and 3.9 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 991430c2..32776057 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -41,7 +41,7 @@ jobs: # attrdict3 is a prerequisite for installing from source. # This is currently a requirement for installing wxPython for Python 3.11. python -m pip install attrdict3 - pip install -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-22.04 -r requirements.txt + python -m pip install -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-22.04 -r requirements.txt - uses: actions/cache/save@v3