Skip to content
Snippets Groups Projects
Commit 0accc41f authored by Christian Darsow-Fromm's avatar Christian Darsow-Fromm
Browse files

now it should work

parent fe6be273
No related branches found
No related tags found
No related merge requests found
......@@ -114,9 +114,8 @@ test pip deployment:
image: python:3
stage: deploy-test
script:
- echo ${CI_COMMIT_TAG:1}
- pip install NQontrol==${CI_COMMIT_TAG:1}
- python3 -c "from NQontrol import Servo"
- python3 -c "from NQontrol import ServoDevice"
- python3 -c "from nqontrol import Servo"
- python3 -c "from nqontrol import ServoDevice"
only:
- tags
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment