Skip to content
Snippets Groups Projects
Commit 6872063a authored by Hkorb's avatar Hkorb
Browse files

WIP fix ci python install

parent 14a97c8b
No related branches found
No related tags found
1 merge request!170Kernel templetization and efficiency improvements
......@@ -196,7 +196,7 @@ gcc_9_python_bindings_test:
before_script:
- export PYTHONPATH="Python"
- pip3 --version
- pip3 install -e . --config-setting="-DBUILD_VF_CPU=ON -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_CUDA_COMPILER_LAUNCHER=ccache -DCMAKE_C_COMPILER_LAUNCHER=ccache"
- pip3 install -e . --global-option="-DBUILD_VF_CPU=ON -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_CUDA_COMPILER_LAUNCHER=ccache -DCMAKE_C_COMPILER_LAUNCHER=ccache"
- pip3 install -r Python/requirements.txt
script:
......
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