Skip to content

Commit 8b076a9

Browse files
committed
Simplified armv6l CI
1 parent 9d15028 commit 8b076a9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,11 +158,8 @@ jobs:
158158
run: for whl in wheelhouse/*.whl; do auditwheel repair "$whl" --plat linux_armv7l -w wheelhouse/audited/; done
159159
- name: Install tweaked auditwheel and add armv6l tag
160160
run: |
161-
python3 -m venv newauditvenv
162-
source newauditvenv/bin/activate
163161
python3 -m pip install git+https://github.com/luxonis/auditwheel@main
164162
for whl in wheelhouse/*.whl; do python3 -m auditwheel addtag -t linux_armv7l linux_armv6l -w wheelhouse/postaudited/ "$whl"; done
165-
deactivate
166163
- name: Archive wheel artifacts
167164
uses: actions/upload-artifact@v3
168165
with:

0 commit comments

Comments
 (0)