1
0
Fork 0

Minor Fixes; Multi-Arch.

This commit is contained in:
Joao Gilberto Magalhaes 2021-08-10 17:57:29 -05:00
parent 44f8d2756f
commit 7e242d1215

View file

@ -9,7 +9,7 @@ jobs:
- stage: test - stage: test
if: (type IN (pull_request)) if: (type IN (pull_request))
install: install:
- pip install -r requirements - pip install -r requirements.txt
script: script:
- pytest -s tests/ - pytest -s tests/