Skip to content

Commit

Permalink
[CI] Fix mock server sync issue (#3252)
Browse files Browse the repository at this point in the history
  • Loading branch information
testableapple authored Jun 20, 2024
1 parent f93cf27 commit db65b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/python-cache/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ runs:
with:
python-version: 3.11
cache: 'pip'
- run: pip install -r requirements.txt
- run: pip3 install -r requirements.txt --break-system-packages
shell: bash

0 comments on commit db65b60

Please sign in to comment.