Skip to content

Commit f1f2ed2

Browse files
0x29aAgrendalath
authored andcommitted
fix: xmlsec issue
xmlsec/python-xmlsec#314
1 parent 5f50856 commit f1f2ed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mysql8-migrations.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
pip uninstall -y mysqlclient
5757
pip install --no-binary mysqlclient mysqlclient
5858
pip uninstall -y xmlsec
59-
pip install --no-binary xmlsec xmlsec
59+
pip install --no-binary xmlsec xmlsec==1.3.13
6060
pip install backports.zoneinfo
6161
- name: Initiate Services
6262
run: |

0 commit comments

Comments
 (0)