Skip to content
Snippets Groups Projects
Commit 3ecfcb1b authored by Thomas Purcell's avatar Thomas Purcell
Browse files

Remove -conda envs clal in gnu python calls

Not needed
parent 5f12e08e
No related branches found
No related tags found
No related merge requests found
......@@ -224,7 +224,6 @@ test-intel-bin-base:
build-gnu-base:
stage: build
script:
- conda info --envs
- export LD_LIBRARY_PATH=$HOME/intel/oneapi/intelpython/latest/lib/:$HOME/intel/oneapi/intelpython/latest/lib/python3.7:$LD_LIBRARY_PATH
- mkdir build_gnu_base/
- cd build_gnu_base/
......@@ -240,7 +239,6 @@ build-gnu-base:
build-gnu-param:
stage: build
script:
- conda info --envs
- export LD_LIBRARY_PATH=$HOME/intel/oneapi/intelpython/latest/lib/:$HOME/intel/oneapi/intelpython/latest/lib/python3.7:$LD_LIBRARY_PATH
- mkdir build_gnu_param/
- cd build_gnu_param/
......@@ -256,7 +254,6 @@ build-gnu-param:
build-gnu-py:
stage: build
script:
- conda info --envs
- python -m venv cpp_sisso_gnu_py_env
- source cpp_sisso_gnu_py_env/bin/activate
- export LD_LIBRARY_PATH=$HOME/intel/oneapi/intelpython/latest/lib/:$HOME/intel/oneapi/intelpython/latest/lib/python3.7:$LD_LIBRARY_PATH
......@@ -276,7 +273,6 @@ build-gnu-py:
build-gnu-param-py:
stage: build
script:
- conda info --envs
- python -m venv cpp_sisso_gnu_param_py_env
- source cpp_sisso_gnu_param_py_env/bin/activate
- export LD_LIBRARY_PATH=$HOME/intel/oneapi/intelpython/latest/lib/:$HOME/intel/oneapi/intelpython/latest/lib/python3.7:$LD_LIBRARY_PATH
......@@ -398,7 +394,6 @@ test-gnu-bin-base:
build-gnu-gcov:
stage: build
script:
- conda info --envs
- python -m venv cpp_sisso_gnu_gcov_env
- source cpp_sisso_gnu_gcov_env/bin/activate
- export LD_LIBRARY_PATH=$HOME/intel/oneapi/intelpython/latest/lib/:$HOME/intel/oneapi/intelpython/latest/lib/python3.7:$LD_LIBRARY_PATH
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment