Skip to content

Commit 1bd3ab5

Browse files
authored
Merge pull request #928 from GNS3/fix-build-docker-images-workflow
Fix Python requirements installation in build-docker-images.yml
2 parents fca6de8 + de05af7 commit 1bd3ab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docker-images.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
password: ${{ secrets.GITHUB_TOKEN }}
6161

6262
- name: Install python requirements
63-
run: python3 -m pip install --requirement .github/bin/requirements.txt
63+
run: python3 -m pip install --break-system-packages --requirement .github/bin/requirements.txt
6464

6565
- name: Build and push images
6666
env:

0 commit comments

Comments
 (0)