Browse Source

pytest is not needed during deployement

test_fixup
Vadim Lebedev 2 years ago
parent
commit
1a6c569918
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/deploy.yml

+ 1
- 1
.github/workflows/deploy.yml View File

@@ -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: |


Loading…
Cancel
Save