Ensure installing as package works in CI
This commit is contained in:
parent
fa96ed570d
commit
dd304aad20
|
@ -28,6 +28,12 @@ pytest:
|
|||
- pip install -r requirements/dev.txt
|
||||
- pytest .
|
||||
|
||||
test_package:
|
||||
stage: test
|
||||
script:
|
||||
- pip install -r requirements/dev.txt
|
||||
- ./scripts/test_package.sh
|
||||
|
||||
pylint:
|
||||
stage: lint
|
||||
script:
|
||||
|
|
Loading…
Reference in a new issue