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 ab55fe4 commit 69da5efCopy full SHA for 69da5ef
.github/workflows/scancode-release.yml
@@ -466,11 +466,11 @@ jobs:
466
echo "license: gpl-2.0" > some.file
467
rm -rf venv; \
468
python -m venv venv
469
- venv/bin/python -m pip install --upgrade pip
+ venv/bin/python -m pip install --upgrade pip wheel setuptools
470
for f in `find dist -type f`; \
471
do \
472
venv/bin/python -m pip install --force-reinstall "$f[full]" ; \
473
- venv/bin/python -clipeu --json-pp - some.file ; \
+ venv/bin/scancode -clipeu --json-pp - some.file ; \
474
venv/bin/python -m pip uninstall --yes scancode-toolkit ; \
475
done
476
0 commit comments