mirror of
https://github.com/GNS3/gns3-registry.git
synced 2024-12-18 20:37:57 +00:00
Fix Python requirements installation in build-docker-images.yml
This commit is contained in:
parent
fca6de8c03
commit
de05af77da
2
.github/workflows/build-docker-images.yml
vendored
2
.github/workflows/build-docker-images.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user