Update centos7.yml

This commit is contained in:
Magne Sjaastad 2020-11-03 07:17:56 +01:00 committed by GitHub
parent 265f820531
commit 817a5da315
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@ jobs:
run: |
source /opt/rh/rh-python36/enable
python -c "import sys; print(sys.version)"
run: echo "::set-output name=PYTHON_EXECUTABLE::$(python -c 'import sys; import pathlib; print (pathlib.PurePath(sys.executable).as_posix())')"
echo "::set-output name=PYTHON_EXECUTABLE::$(python -c 'import sys; import pathlib; print (pathlib.PurePath(sys.executable).as_posix())')"
- name: Build ResInsight
run: |
source /opt/rh/devtoolset-7/enable