Skip to content
Snippets Groups Projects
Commit b2b3e593 authored by MADELA Patrick's avatar MADELA Patrick
Browse files

Try to fix path of python

parent 39cd1a37
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,9 @@ stages:
- curl -s -L -o conan-${CONAN_VERSION}.zip https://github.com/conan-io/conan/archive/refs/tags/${CONAN_VERSION}.zip
- unzip -q conan-${CONAN_VERSION}.zip
- cd ${CI_PROJECT_DIR}/conan-${CONAN_VERSION}
- echo $PATH
- which python
- which pip
- pip install -e .
- python pyinstaller.py
- mv ${CI_PROJECT_DIR}/conan-${CONAN_VERSION}/pyinstaller/dist/conan ${CI_PROJECT_DIR}/${CONAN_ROOT}
......
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