We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1e1dcd commit 474c9b5Copy full SHA for 474c9b5
.github/workflows/scancode-release.yml
@@ -266,6 +266,11 @@ jobs:
266
with:
267
python-version: ${{ matrix.pyver }}
268
269
+ - name: Install system dependencies
270
+ run: |
271
+ brew update
272
+ brew install p7zip libarchive libmagic
273
+
274
- name: Download wheels artifact
275
uses: actions/download-artifact@v4
276
@@ -409,6 +414,11 @@ jobs:
409
414
410
415
411
416
417
418
419
420
421
412
422
- name: Download a single artifact macos_app_py_${{ matrix.pyver }}
413
423
424
0 commit comments