temp diable tests

This commit is contained in:
francisco.schulz 2023-04-18 15:38:32 +02:00
parent 6d49f0ccb9
commit a381ac6b87

View File

@ -26,14 +26,14 @@ cache:
- ${PIP_CACHE_DIR}/.cache/pip
stages:
# - test
- test
- build
run-tests:
stage: test
script:
- echo "Running pytest against the package"
- pytest ./tests
# run-tests:
# stage: test
# script:
# - echo "Running pytest against the package"
# - pytest ./tests
build-pkg-dev:
stage: build