Skip to content

Commit

Permalink
fixup! Use podman-compose in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
martinhoyer committed Aug 14, 2024
1 parent c83ec7d commit 13350dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
apt-get update -y
apt-get install podman -y
sudo apt-get update -y
sudo apt-get install podman -y
python -m pip install -U pip podman-compose
python -m pip install -r src/requirements.txt
- name: Start services
Expand Down

0 comments on commit 13350dd

Please sign in to comment.