index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Sven Serlier <85389871+wrt54g@users.noreply.github.com> | 2022-09-02 12:30:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-02 12:30:47 +0200 |
commit | 01d44c5a3a4f4140b11fedb8cd99d9fb9d6a2ac9 (patch) | |
tree | 977139d0b223516ee262724e15adad879adf2f39 /.github/workflows/pytest.yaml | |
parent | a335f100fc95377374c47aab5b981e5c1c73aa00 (diff) |
-rw-r--r-- | .github/workflows/pytest.yaml | 4 |
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 |