Skip to content

Commit

Permalink
i
Browse files Browse the repository at this point in the history
  • Loading branch information
tlocke committed Sep 29, 2024
1 parent a59b271 commit 9e2ecd1
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 @@ -29,8 +29,8 @@ jobs:
pip install --no-cache-dir --root-user-action ignore pytest pytest-mock pytest-benchmark pytz .
- name: Install Podman
run: |
sudo apt-get update
sudo apt-get -y install podman
apt update
apt -y install podman
- name: Check Podman version
run: podman --version
- name: Run postgresql
Expand Down

0 comments on commit 9e2ecd1

Please sign in to comment.