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:
authorDaniel Girtler <blackrabbit256@gmail.com>2023-06-21 17:50:28 +1000
committerGitHub <noreply@github.com>2023-06-21 09:50:28 +0200
commit21bf87f234a9f8782a13492d815ed3c9aff9d0ed (patch)
tree31cb3fb7559c6c64eaad5433dc1eddaad5976fa7 /.github/workflows/pytest.yaml
parent96cb6cc943758664ca4b91ea8adc4c4e29f124d2 (diff)
Fix workflows and checks (#1872)
* Update translation workflow * Fix broken checks --------- Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
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 568a6e6c..83d2e177 100644
--- a/.github/workflows/pytest.yaml
+++ b/.github/workflows/pytest.yaml
@@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: pacman --noconfirm -Syu python python-pip qemu gcc
- - run: python -m pip install --upgrade pip
- - run: pip install pytest
+ - run: python -m pip install --break-system-packages --upgrade pip
+ - run: pip install --break-system-packages pytest
- name: Test with pytest
run: python -m pytest || exit 0