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
pytest is not needed during deployement
test_fixup
Vadim Lebedev
2 years ago
parent
a3f2103810
commit
1a6c569918
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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: |
Write
Preview
Loading…
Cancel
Save