Skip to content

Commit 84c1d6e

Browse files
committed
Fix attempt for eigen in windows packaging
1 parent 08a5359 commit 84c1d6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ jobs:
314314
shell: bash
315315
run: |
316316
conda install -c anaconda qt boost
317-
conda install -c conda-forge eigen spectralib zfp scikit-learn openmp embree3
317+
conda install -c conda-forge eigen=3.3.8 spectralib zfp scikit-learn openmp embree3
318318
319319
- name: Fetch ParaView installer
320320
run: |

0 commit comments

Comments
 (0)