Skip to content

Commit 554f508

Browse files
authored
Merge pull request #2764 from jku/fix-spec-version-check
workflows: Fix the spec version check
2 parents 88c87c4 + e5547e7 commit 554f508

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/specification-version-check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
python-version: "3.x"
2121
- id: get-version
2222
run: |
23+
python3 -m pip install -r requirements/pinned.txt
2324
script="from tuf.api.metadata import SPECIFICATION_VERSION; \
2425
print(f\"v{'.'.join(SPECIFICATION_VERSION)}\")"
2526
ver=$(python3 -c "$script")

0 commit comments

Comments
 (0)