This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
python-libarchive
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Run minitest from /tmp
test_fixup
Vadim Lebedev
2 years ago
parent
a18fbc1e3a
commit
13180b370b
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
.github/workflows/build-wheels.yaml
+ 2
- 1
.github/workflows/build-wheels.yaml
View File
@@ -66,8 +66,9 @@ jobs:
auditwheel repair dist/*.whl
python3 -m pip install --force-reinstall wheelhouse/*.whl
- name: Mini
t
test
- name: Mini test
run: |
cd /tmp
strace -e open,openat python3 -c 'import libarchive; print(libarchive._libarchive.ARCHIVE_VERSION_STRING.split()[1])' \
| tee strace.out
Write
Preview
Loading…
Cancel
Save