Skip to content

Commit

Permalink
ci: fix test-vectors workflow
Browse files Browse the repository at this point in the history
Now the ecdsa Python package needs to be installed.
  • Loading branch information
daniestevez committed Jan 24, 2024
1 parent e9dea5f commit a77ff15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-vectors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install protobuf-compiler
- name: Install ecdsda with pip
run: pip install ecdsa
- name: Download test vectors
run: |
wget --quiet https://www.gsc-europa.eu/sites/default/files/sites/all/files/Annex_B_Test_Vectors.zip
Expand Down

0 comments on commit a77ff15

Please sign in to comment.