Skip to content
Snippets Groups Projects
Verified Commit 3ce13bd8 authored by Giordon Holtsberg Stark's avatar Giordon Holtsberg Stark
Browse files

fix up CI

parent ff985b5e
No related branches found
No related tags found
No related merge requests found
Pipeline #1750583 passed
......@@ -41,7 +41,7 @@ build-bare-python:
- cmake3 -DUSE_PYTHON=on ..
- make
- PYTHONPATH=lib:$PYTHONPATH python3 -c "import _labRemote as labRemote"
- PYTHONPATH=lib:$PYTHONPATH python3 -c "import labRemote; testPS = labRemote.ps.AgilentPs('testPS'); testChannel = labRemote.ps.PowerSupplyChannel('testChannel', testPS, 123)"
- PYTHONPATH=lib:$PYTHONPATH python3 -c "import _labRemote as labRemote; testPS = labRemote.ps.AgilentPs('testPS'); testChannel = labRemote.ps.PowerSupplyChannel('testChannel', testPS, 123)"
build:
extends: .base
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment