diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1ca36da..beace1b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -29,7 +29,7 @@ jobs: python_version: ${{ matrix.python_version }} - name: Install python tools run: | - python3 -m pip install pytest auditwheel + python3 -m pip install auditwheel - name: Build libarchive C sources run: |