From f6271b4a1f8b16bb0ebf8464545ef818eeb7511e Mon Sep 17 00:00:00 2001 From: 0x29a Date: Mon, 22 Apr 2024 19:19:41 +0200 Subject: [PATCH] fix: xmlsec issue https://github.com/xmlsec/python-xmlsec/issues/314 --- .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 25136b8c9f..722bd95e28 100644 --- a/.github/workflows/mysql8-migrations.yml +++ b/.github/workflows/mysql8-migrations.yml @@ -60,7 +60,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: | sudo /etc/init.d/mysql start