Skip to content

Commit

Permalink
Merge pull request theupdateframework#2764 from jku/fix-spec-version-…
Browse files Browse the repository at this point in the history
…check

workflows: Fix the spec version check
  • Loading branch information
jku authored Jan 29, 2025
2 parents 88c87c4 + e5547e7 commit 554f508
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/specification-version-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
python-version: "3.x"
- id: get-version
run: |
python3 -m pip install -r requirements/pinned.txt
script="from tuf.api.metadata import SPECIFICATION_VERSION; \
print(f\"v{'.'.join(SPECIFICATION_VERSION)}\")"
ver=$(python3 -c "$script")
Expand Down

0 comments on commit 554f508

Please sign in to comment.