From fdc23ff5bdeafda07d56859f1379c02e5d5229cd Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Sun, 1 May 2022 19:35:45 +0200 Subject: [PATCH] Enabling the pytest runner --- .github/workflows/pytest.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index c59a98b1..edd23b54 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -10,6 +10,8 @@ jobs: - uses: actions/checkout@v2 - run: pacman --noconfirm -Syu python python-pip - run: python -m pip install --upgrade pip + - run: pwd + - run: ls -la - run: pip install . - run: pip install pytest - name: Test with pytest