We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ed24ae commit 99e9320Copy full SHA for 99e9320
.github/workflows/install_and_test.yml
@@ -27,4 +27,4 @@ jobs:
27
- name: Run tests
28
run: pytest
29
- name: Run CLI
30
- run: pyspdxtools -i $GITHUB_WORKSPACE/tests/data/formats/SPDXJSONExample-v2.3.spdx.json
+ run: pyspdxtools -i ./tests/data/formats/SPDXJSONExample-v2.3.spdx.json
0 commit comments