Skip to content

Commit

Permalink
Fix attempt for eigen in windows packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-tierny committed Dec 7, 2020
1 parent 08a5359 commit 84c1d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ jobs:
shell: bash
run: |
conda install -c anaconda qt boost
conda install -c conda-forge eigen spectralib zfp scikit-learn openmp embree3
conda install -c conda-forge eigen=3.3.8 spectralib zfp scikit-learn openmp embree3
- name: Fetch ParaView installer
run: |
Expand Down

0 comments on commit 84c1d6e

Please sign in to comment.