Skip to content

Commit

Permalink
fix(CI): use pipx instead of pip
Browse files Browse the repository at this point in the history
RHINENG-13578

pip is causing `error: externally-managed-environment` when used with
github actions' `ubuntu-latest` image
  • Loading branch information
petrblaho committed Oct 10, 2024
1 parent 505c9ee commit 9244c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Set up the environment
run: |
cp .env.example .env
pip3 install podman-compose==1.0.6
pipx install podman-compose==1.0.6
- name: Build using podman-compose
run: podman-compose build
- name: Build using docker-compose
Expand Down

0 comments on commit 9244c27

Please sign in to comment.