We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fca6de8 commit de05af7Copy full SHA for de05af7
.github/workflows/build-docker-images.yml
@@ -60,7 +60,7 @@ jobs:
60
password: ${{ secrets.GITHUB_TOKEN }}
61
62
- name: Install python requirements
63
- run: python3 -m pip install --requirement .github/bin/requirements.txt
+ run: python3 -m pip install --break-system-packages --requirement .github/bin/requirements.txt
64
65
- name: Build and push images
66
env:
0 commit comments