Skip to content

Commit b59a478

Browse files
committed
Add podman to .github/workflows/pytests.yml
Signed-off-by: Tobias Wolf <wolf@b1-systems.de>
1 parent 5fe3f51 commit b59a478

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pytests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ jobs:
2626
python_version: ${{ matrix.python_version }}
2727

2828
- name: Install dependencies
29-
run: poetry install --with dev
29+
run: |
30+
sudo apt-get update && sudo apt-get install -qy podman
31+
poetry install --with dev
3032
3133
- name: Prepare environment
3234
run: make install-test

0 commit comments

Comments
 (0)