Update .gitlab-ci.yml file to add missing pyqrcode lib

merge-requests/9/head
Cathal Garvey 2021-01-22 00:32:26 +00:00
parent 449d91c0ea
commit f06cf6a336
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@ image: debian:testing
test:
script:
- apt-get update
- apt-get install -y python3-crypto python3-dateutil python3-idna python3-numpy python3-pil.imagetk python3-pycryptodome python3-requests python3-socks python3-setuptools
- apt-get install -y python3-crypto python3-dateutil python3-idna python3-numpy python3-pil.imagetk python3-pycryptodome python3-requests python3-socks python3-setuptools python3-pyqrcode
- python3 epicyon.py --tests
- python3 epicyon.py --testsnetwork