Skip to content

Commit

Permalink
Merge pull request openedx-unsupported#725 from openedx/michaelroytma…
Browse files Browse the repository at this point in the history
…n/fix-mysql8-migrations-check

Fix broken mysql8-migrations workflow due to python-xmlsec
  • Loading branch information
MichaelRoytman authored Apr 19, 2024
2 parents 9535d60 + 4909e51 commit 5aa0cfe
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 @@ -51,7 +51,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: |
sudo /etc/init.d/mysql start
Expand Down

0 comments on commit 5aa0cfe

Please sign in to comment.