Ensure installing as package works in CI

This commit is contained in:
ChillerDragon 2023-04-07 09:39:38 +02:00
parent fa96ed570d
commit dd304aad20

View file

@ -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: