Browse Source

syntax error fix

test_fixup
Vadim Lebedev 2 years ago
parent
commit
a18fbc1e3a
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      .github/workflows/build-wheels.yaml

+ 3
- 3
.github/workflows/build-wheels.yaml View File

@@ -66,9 +66,9 @@ jobs:
auditwheel repair dist/*.whl
python3 -m pip install --force-reinstall wheelhouse/*.whl

- name Minit test
run: |
strace -e open,openat python3 -c 'import libarchive; print(libarchive._libarchive.ARCHIVE_VERSION_STRING.split()[1])' \
- name: Minit test
run: |
strace -e open,openat python3 -c 'import libarchive; print(libarchive._libarchive.ARCHIVE_VERSION_STRING.split()[1])' \
| tee strace.out
- name: version


Loading…
Cancel
Save