Skip to content

Commit

Permalink
CircleCI config: include $PETSC_DIR/lib in PYTHONPATH
Browse files Browse the repository at this point in the history
  • Loading branch information
ckhroulev committed Mar 6, 2024
1 parent b906200 commit 3ea5b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
name: Run regression tests
command: >-
cd build &&
PYTHONPATH=~/project/build/site-packages:$PYTHONPATH
PYTHONPATH=~/project/build/site-packages:$PETSC_DIR/lib:$PYTHONPATH
${CMAKE_PREFIX}/bin/ctest -j ${N:-4} --output-on-failure
build-minimal:
Expand Down

0 comments on commit 3ea5b60

Please sign in to comment.