diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 1a3b1f8..b4061ec 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -6,8 +6,7 @@ jobs: test: runs-on: ubuntu-latest steps: - - name: Test Python + - name: Install pip run: | set -x - python3 --version - pip3 --version \ No newline at end of file + pip3 install pytest \ No newline at end of file