Fix Python requirements installation in build-docker-images.yml

This commit is contained in:
grossmj 2024-10-16 20:16:53 +10:00
parent fca6de8c03
commit de05af77da
No known key found for this signature in database
GPG Key ID: 0A2D76AC45EA25CD

View File

@ -60,7 +60,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Install python requirements
run: python3 -m pip install --requirement .github/bin/requirements.txt
run: python3 -m pip install --break-system-packages --requirement .github/bin/requirements.txt
- name: Build and push images
env: