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