Skip to content

Commit

Permalink
Merge pull request #928 from GNS3/fix-build-docker-images-workflow
Browse files Browse the repository at this point in the history
Fix Python requirements installation in build-docker-images.yml
  • Loading branch information
grossmj authored Oct 16, 2024
2 parents fca6de8 + de05af7 commit 1bd3ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1bd3ab5

Please sign in to comment.