Skip to content

Commit

Permalink
Fix: Try to fix docker in image
Browse files Browse the repository at this point in the history
  • Loading branch information
wickdChromosome committed Jun 18, 2024
1 parent 772c9d6 commit 29cf914
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:

- name: Install dependencies
run: |
sudo python -m pip install --upgrade pip
sudo python -m pip install -r requirements.txt
sudo apt install podman -y
sudo systemctl enable podman.service
Expand Down

0 comments on commit 29cf914

Please sign in to comment.