Skip to content

Commit a9da5aa

Browse files
committed
Adjust miniforge setup
1 parent 4282007 commit a9da5aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test_suite_macos.yml

+1
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ jobs:
123123
cd ${BUILD_DIR}
124124
cmake .. \
125125
-DCMAKE_PREFIX_PATH=${CONDA_PREFIX} \
126+
-DTorch_DIR=$(python -c 'import torch;print(torch.utils.cmake_prefix_path)') \
126127
-DCMAKE_BUILD_TYPE=Release \
127128
-DCMAKE_Fortran_COMPILER=${FC} \
128129
-DCMAKE_C_COMPILER=${CC} \

0 commit comments

Comments
 (0)