mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-01 03:37:15 -06:00
Update centos7.yml
This commit is contained in:
parent
265f820531
commit
817a5da315
2
.github/workflows/centos7.yml
vendored
2
.github/workflows/centos7.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user