Skip to content

Commit ccc3f9b

Browse files
committed
fix the multi run
Signed-off-by: tdruez <tdruez@aboutcode.org>
1 parent 9a093a1 commit ccc3f9b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/multi-runs.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,10 @@ jobs:
3535
project-name: "scan-2"
3636
pipelines: "scan_codebase"
3737

38-
- name: Verify scanpipe and scancode commands availability
38+
- name: Verify scanpipe command availability
3939
shell: bash
4040
run: |
41-
echo "Checking ScanCode CLI availability..."
41+
echo "Checking scanpipe CLI availability..."
4242
which scanpipe || { echo "scanpipe not found in PATH"; exit 1; }
43-
which scancode || { echo "scancode not found in PATH"; exit 1; }
4443
echo "Versions:"
4544
scanpipe --version
46-
scanpipe shell -c "import scancodeio; from scancode_config import __version__ as scancode_version;print(f'ScanCode.io version: {scancodeio.__version__}');print(f'ScanCode-toolkit version: v{scancode_version}')"

0 commit comments

Comments
 (0)