Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1574 from openedx/michaelroytman/fix-mysql8-migra…
Browse files Browse the repository at this point in the history
…tions-check

Fix broken mysql-migrations workflow due to python-xmlsec.
  • Loading branch information
MichaelRoytman authored Apr 19, 2024
2 parents e3fc4a6 + ef6cbd4 commit 115743f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mysql-migrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,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: |
Expand Down

0 comments on commit 115743f

Please sign in to comment.