mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 22:25:48 -04:00
fix macos path [travis skip]
This commit is contained in:
parent
65b4457066
commit
372fc0825a
1 changed files with 3 additions and 1 deletions
|
|
@ -207,7 +207,7 @@ macos:build_gcc:
|
|||
BLAS_SIZE: 4
|
||||
SCALAPACK_SIZE: 4
|
||||
ARMCI_NETWORK: "SOCKETS"
|
||||
PATH: "/usr/local/opt/python@3.8/bin:$PATH"
|
||||
PATH: "/usr/local/opt/python@3.8/bin:/opt/local/bin:/usr/local/bin/:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin"
|
||||
tags:
|
||||
- macos_10.13
|
||||
|
||||
|
|
@ -246,6 +246,8 @@ linux64_ubuntu:run_intel:
|
|||
macos:run_gcc:
|
||||
stage: test
|
||||
needs: ["macos:build_gcc"]
|
||||
variables:
|
||||
PATH: "/usr/local/opt/python@3.8/bin:/opt/local/bin:/usr/local/bin/:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin"
|
||||
<<: *test_step
|
||||
tags:
|
||||
- macos_10.13
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue