diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 39ef62c9..c59a98b1 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -8,8 +8,9 @@ jobs: options: --privileged steps: - uses: actions/checkout@v2 - - run: pacman --noconfirm -Syu python python-pip qemu gcc + - run: pacman --noconfirm -Syu python python-pip - run: python -m pip install --upgrade pip + - run: pip install . - run: pip install pytest - name: Test with pytest - run: python -m pytest || exit 0 \ No newline at end of file + run: python -m pytest \ No newline at end of file