Skip to content

Commit

Permalink
Fix Python requirements installation in build-docker-images.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmj committed Oct 16, 2024
1 parent fca6de8 commit de05af7
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 de05af7

Please sign in to comment.