We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 88c87c4 + e5547e7 commit 554f508Copy full SHA for 554f508
1 file changed
.github/workflows/specification-version-check.yml
@@ -20,6 +20,7 @@ jobs:
20
python-version: "3.x"
21
- id: get-version
22
run: |
23
+ python3 -m pip install -r requirements/pinned.txt
24
script="from tuf.api.metadata import SPECIFICATION_VERSION; \
25
print(f\"v{'.'.join(SPECIFICATION_VERSION)}\")"
26
ver=$(python3 -c "$script")
0 commit comments