Merge pull request #928 from GNS3/fix-build-docker-images-workflow

Fix Python requirements installation in build-docker-images.yml
This commit is contained in:
Jeremy Grossmann 2024-10-16 20:17:38 +10:00 committed by GitHub
commit 1bd3ab5f90
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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: