Skip to content

Commit

Permalink
setup: run sigstore --version
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodruff <william@trailofbits.com>
  • Loading branch information
woodruffw committed Dec 13, 2023
1 parent 40ed3dd commit 1328ff2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup/setup.bash
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,5 @@ min_vers=$(cut -d '.' -f2 <<< "${vers}")
[[ "${maj_vers}" == "3" && "${min_vers}" -ge 7 ]] || die "Bad Python version: ${vers}"

python -m pip install --requirement "${GITHUB_ACTION_PATH}/requirements.txt"

python -m sigstore --version

0 comments on commit 1328ff2

Please sign in to comment.