Skip to content

Commit

Permalink
fix: run migrations check without xmlsec
Browse files Browse the repository at this point in the history
  • Loading branch information
pomegranited committed May 15, 2024
1 parent 025b162 commit 503daa2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/migrations-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ jobs:
pip install -r requirements/base.txt
pip uninstall -y mysqlclient
pip install --no-binary mysqlclient mysqlclient
pip uninstall -y xmlsec
pip install --no-binary xmlsec xmlsec
- name: Initiate Services
run: |
Expand Down

0 comments on commit 503daa2

Please sign in to comment.