apt install gpg before running the ci tests
This commit is contained in:
parent
d146ce9fb6
commit
cdfb5d56fc
1 changed files with 1 additions and 1 deletions
|
@ -4,5 +4,5 @@ test:
|
|||
image: ubuntu:latest
|
||||
script:
|
||||
- apt update
|
||||
- apt install -y python3 cython3
|
||||
- apt install -y python3 cython3 gpg
|
||||
- ./run_tests.py
|
||||
|
|
Loading…
Reference in a new issue