From 6b51f787f9c4279e1d521a0097e7b073e8fc70e8 Mon Sep 17 00:00:00 2001 From: Chris Pappas Date: Wed, 3 Jul 2024 14:10:09 -0400 Subject: [PATCH] temp: testing a GHA change --- .github/workflows/migrations-mysql8.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/migrations-mysql8.yml b/.github/workflows/migrations-mysql8.yml index 0cc4bebe18d..e72a4d0dbc3 100644 --- a/.github/workflows/migrations-mysql8.yml +++ b/.github/workflows/migrations-mysql8.yml @@ -49,6 +49,7 @@ jobs: - name: Install Python dependencies run: | echo "This is a test to see if this works on 2u main branch" + pip install pip==21.2.1 --upgrade pip install -r requirements/pip_tools.txt pip install -r requirements/production.txt pip uninstall -y mysqlclient