Skip to content

Commit 69da5ef

Browse files
committed
Use correct command name for wheel tests
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent ab55fe4 commit 69da5ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/scancode-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -466,11 +466,11 @@ jobs:
466466
echo "license: gpl-2.0" > some.file
467467
rm -rf venv; \
468468
python -m venv venv
469-
venv/bin/python -m pip install --upgrade pip
469+
venv/bin/python -m pip install --upgrade pip wheel setuptools
470470
for f in `find dist -type f`; \
471471
do \
472472
venv/bin/python -m pip install --force-reinstall "$f[full]" ; \
473-
venv/bin/python -clipeu --json-pp - some.file ; \
473+
venv/bin/scancode -clipeu --json-pp - some.file ; \
474474
venv/bin/python -m pip uninstall --yes scancode-toolkit ; \
475475
done
476476

0 commit comments

Comments
 (0)