Skip to content

Commit

Permalink
chore: adding comment related to xmlsec pinning
Browse files Browse the repository at this point in the history
  • Loading branch information
jfavellar90 committed Apr 29, 2024
1 parent e804c65 commit 9297fcd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/mysql8-migrations-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:
pip uninstall -y mysqlclient
pip install --no-binary mysqlclient mysqlclient
pip uninstall -y xmlsec
# The latest version of python-xmlsec fails to compile (see https://github.com/xmlsec/python-xmlsec/issues/314)
# The recommended course of action is to pin the version of python-xmlsec
pip install --no-binary xmlsec xmlsec==1.3.13
- name: Initiate services
run: |
Expand Down

0 comments on commit 9297fcd

Please sign in to comment.