diff --git a/.github/workflows/specification-version-check.yml b/.github/workflows/specification-version-check.yml index 58da796824..4b5a025b43 100644 --- a/.github/workflows/specification-version-check.yml +++ b/.github/workflows/specification-version-check.yml @@ -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")