Skip to content

Commit 320baf9

Browse files
committed
fix: xmlsec issue
xmlsec/python-xmlsec#314
1 parent ea5a519 commit 320baf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/migrations-check-mysql8.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
pip uninstall -y mysqlclient
5555
pip install --no-binary mysqlclient mysqlclient
5656
pip uninstall -y xmlsec
57-
pip install --no-binary xmlsec xmlsec
57+
pip install --no-binary xmlsec xmlsec==1.3.13
5858
5959
- name: Initiate Services
6060
run: |

0 commit comments

Comments
 (0)