diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 7cea055..1a3b1f8 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -10,8 +10,4 @@ jobs: run: | set -x python3 --version - pip3 --version - - name: Install pytest - run: | - set -x - pip3 install pytest \ No newline at end of file + pip3 --version \ No newline at end of file