diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index ec9448e..46aa6ab 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -6,9 +6,5 @@ jobs: test: runs-on: ubuntu-latest steps: - - name: Debug info - run: | - whoami - pwd - python3 --version - pip --version || pip3 --version || python3 -m pip --version + - name: Install pytest + run: pip install pytest