Skip to content

Commit

Permalink
fix(CI): downgrade podman-compose to compensate for a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
skateman committed Jul 1, 2024
1 parent 4246fd4 commit 7b97182
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ jobs:
- name: Set up the environment
run: |
cp .env.example .env
pip3 install podman-compose
pip3 install podman-compose==1.0.6
- name: Build using podman-compose
run: podman-compose build
run: podman-compose --verbose build
- name: Build using docker-compose
run: docker-compose build
unit-tests:
Expand Down

0 comments on commit 7b97182

Please sign in to comment.