Skip to content

Commit

Permalink
fix: xmlsec issue
Browse files Browse the repository at this point in the history
  • Loading branch information
0x29a authored and tecoholic committed Aug 17, 2024
1 parent 234dfe2 commit 29a4fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mysql8-migrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,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
pip install backports.zoneinfo
- name: Initiate Services
run: |
Expand Down

0 comments on commit 29a4fc0

Please sign in to comment.