Minor Fixes; Multi-Arch.
This commit is contained in:
parent
44f8d2756f
commit
7e242d1215
1 changed files with 1 additions and 1 deletions
|
|
@ -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/
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue