From 992b81b642508960cf37352248c25b996775dc9a Mon Sep 17 00:00:00 2001 From: Chris Pappas Date: Wed, 3 Jul 2024 14:06:38 -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 c03b8ef9956..0cc4bebe18d 100644 --- a/.github/workflows/migrations-mysql8.yml +++ b/.github/workflows/migrations-mysql8.yml @@ -48,6 +48,7 @@ jobs: mysql -V - name: Install Python dependencies run: | + echo "This is a test to see if this works on 2u main branch" pip install -r requirements/pip_tools.txt pip install -r requirements/production.txt pip uninstall -y mysqlclient