Skip to content

Commit

Permalink
[jenkins] update osx to python3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
dylex committed Sep 10, 2020
1 parent f844046 commit 427ff8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ for (int i = 0; i < osxPlatforms.size(); i++) {
"PATH=$triqsDir/bin:${env.BREW}/bin:/usr/bin:/bin:/usr/sbin",
"CPLUS_INCLUDE_PATH=$triqsDir/include:${env.BREW}/include",
"LIBRARY_PATH=$triqsDir/lib:${env.BREW}/lib",
"PYTHONPATH=$triqsDir/lib/python3.7/site-packages",
"PYTHONPATH=$triqsDir/lib/python3.8/site-packages",
"CMAKE_PREFIX_PATH=$triqsDir/lib/cmake/triqs",
"OMP_NUM_THREADS=2",
"NUMEXPR_NUM_THREADS=2",
Expand Down

0 comments on commit 427ff8c

Please sign in to comment.