Fixup tests

Signed-off-by: Falmarri <463948+Falmarri@users.noreply.github.com>
This commit is contained in:
Falmarri 2023-12-27 11:54:21 -08:00 committed by Muayyad Alsadi
parent c6a1c4c432
commit c5be5bae90
2 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,7 @@ jobs:
python-version: "3.10"
- name: Install dependencies
run: |
apt update && apt install podman
sudo apt update && apt install podman
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
if [ -f test-requirements.txt ]; then pip install -r test-requirements.txt; fi

View File

@ -6,3 +6,4 @@ coverage
pytest
tox
black
flake8