Skip to content

Commit 464d8bb

Browse files
committed
fix unit test yml
1 parent 1bbeeb9 commit 464d8bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit_tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
make;
8080
make lib;
8181
82-
# Install OpenCASCADE
82+
# Install OpenCASCADE
8383
cd $TMR_DIR/extern;
8484
wget https://acdl.mit.edu/ESP/otherOCCs/OCC681lin64.tgz;
8585
tar -zxf OCC681lin64.tgz;
@@ -118,7 +118,7 @@ jobs:
118118
rm -rf tests;
119119
rm -rf examples;
120120
cp Makefile.in.info Makefile.in;
121-
make PAROPT_DIR=$TMR_DIR/extern/paropt;
121+
make PAROPT_DIR=$TMR_DIR/extern/paropt METIS_INCLUDE=-I${CONDA_PREFIX}/include/ METIS_LIB="-L${CONDA_PREFIX}/lib/ -lmetis";
122122
make interface PAROPT_DIR=$TMR_DIR/extern/paropt;
123123
export PYTHONPATH=${PYTHONPATH}:${TMR_DIR}/extern/paropt;
124124

0 commit comments

Comments
 (0)