Skip to content

Commit 723a30a

Browse files
authored
Use python3
1 parent 5c993cd commit 723a30a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ jobs:
308308

309309
- name: Validate SBOM
310310
run: |
311-
pip install -r .ci/requirements-sbom.txt
311+
python3 -m pip install -r .ci/requirements-sbom.txt
312312
check-jsonschema --schemafile "https://raw.githubusercontent.com/CycloneDX/specification/1.7/schema/bom-1.7.schema.json" *.cdx.json
313313
314314
sbom-publish:

0 commit comments

Comments
 (0)