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 9, 2020
1 parent 5ad75d1 commit 9947e47
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 @@ -73,7 +73,7 @@ for (int i = 0; i < osxPlatforms.size(); i++) {
"CPLUS_INCLUDE_PATH=$venv/include:$hdf5/include:${env.BREW}/include",
"LIBRARY_PATH=$venv/lib:$hdf5/lib:${env.BREW}/lib",
"LD_LIBRARY_PATH=$hdf5/lib",
"PYTHONPATH=$installDir/lib/python3.7/site-packages",
"PYTHONPATH=$installDir/lib/python3.8/site-packages",
"CMAKE_PREFIX_PATH=$venv/lib/cmake/triqs"]) {
deleteDir()
sh "python3 -m venv $venv"
Expand Down

0 comments on commit 9947e47

Please sign in to comment.