Skip to content
Snippets Groups Projects
Commit 20aceca1 authored by Jakub Ziebinski's avatar Jakub Ziebinski
Browse files

Fix importing wax failed

parent fca89677
No related branches found
No related tags found
1 merge request!230Implementation of the python wax interface
......@@ -204,7 +204,7 @@ test_importing_wax:
script:
- echo -e "${TXT_BLUE}Testing...${TXT_CLEAR}"
- cd .. # needed to import installed package instead of local one
- python3 -c "import wax; print(wax.__version__); exit(wax.__version__ == '0.0.0')"
- python3 -c "import wax; print(wax.__version__); exit()"
test_wax_protobuf_python:
extends: .test_python_env
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment