Skip to content

Commit 68f52fb

Browse files
committed
Use correct Python executable for tests
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent 927847f commit 68f52fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scancode-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ jobs:
467467
echo "license: gpl-2.0" > some.file
468468
rm -rf venv; \
469469
python -m venv venv
470-
venv/bin/python.exe -m pip install --upgrade pip
470+
venv/bin/python -m pip install --upgrade pip
471471
for f in `find dist -type f`; \
472472
do \
473473
venv/bin/python -m pip install --force-reinstall "$f[full]" ; \

0 commit comments

Comments
 (0)