Skip to content

Commit

Permalink
Use python executable
Browse files Browse the repository at this point in the history
  • Loading branch information
WardBrian committed Sep 6, 2023
1 parent 626803e commit 4b5761b
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 @@ -53,7 +53,7 @@ def checkCompilation(String testsPath, String stancFlags = ""){
cd performance-tests-cmdstan/cmdstan
echo 'O=0' >> make/local
make -j${env.PARALLEL} build; cd ..
./checkCompilation.py -j${env.PARALLEL} --syntax-only ${testsPath}
python ./checkCompilation.py -j${env.PARALLEL} --syntax-only ${testsPath}
"""
}

Expand Down

0 comments on commit 4b5761b

Please sign in to comment.