From 8c472f1d9b0d9060bb7312e002ce072118304eb1 Mon Sep 17 00:00:00 2001 From: Usama Sadiq Date: Fri, 21 Jun 2024 23:05:21 +0500 Subject: [PATCH] fix: fix xmlsec issue in migrations check --- .github/workflows/mysql8-migrations.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mysql8-migrations.yml b/.github/workflows/mysql8-migrations.yml index 479efe72..58b04ee1 100644 --- a/.github/workflows/mysql8-migrations.yml +++ b/.github/workflows/mysql8-migrations.yml @@ -52,7 +52,7 @@ jobs: pip uninstall -y mysqlclient pip install --no-binary mysqlclient mysqlclient pip uninstall -y xmlsec - pip install --no-binary xmlsec xmlsec + pip install --no-binary xmlsec xmlsec==1.3.13 - name: Initiate Services run: |