Skip to content

Commit c749361

Browse files
committed
ci: install spdx-tools so the independent SPDX oracle actually runs
1 parent 888da0b commit c749361

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/selftest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python-version: '3.x'
2222

2323
- name: Install unit-test dependencies
24-
run: python -m pip install --user pcpp
24+
run: python -m pip install --user pcpp spdx-tools
2525

2626
- name: Syntax-check all Python
2727
run: |

0 commit comments

Comments
 (0)