Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/.github/workflows/pytest.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/pytest.yaml')
-rw-r--r--.github/workflows/pytest.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml
index 39ef62c9..568a6e6c 100644
--- a/.github/workflows/pytest.yaml
+++ b/.github/workflows/pytest.yaml
@@ -7,9 +7,9 @@ jobs:
image: archlinux:latest
options: --privileged
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- run: pacman --noconfirm -Syu python python-pip qemu gcc
- run: python -m pip install --upgrade pip
- run: pip install pytest
- name: Test with pytest
- run: python -m pytest || exit 0 \ No newline at end of file
+ run: python -m pytest || exit 0