We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f50856 commit f1f2ed2Copy full SHA for f1f2ed2
.github/workflows/mysql8-migrations.yml
@@ -56,7 +56,7 @@ jobs:
56
pip uninstall -y mysqlclient
57
pip install --no-binary mysqlclient mysqlclient
58
pip uninstall -y xmlsec
59
- pip install --no-binary xmlsec xmlsec
+ pip install --no-binary xmlsec xmlsec==1.3.13
60
pip install backports.zoneinfo
61
- name: Initiate Services
62
run: |
0 commit comments