File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 73
73
run : |
74
74
micromamba install -n pmg -c conda-forge bader enumlib openff-toolkit packmol pygraphviz tblite --yes
75
75
76
+ - name : Install Visual Studio build tools on Windows
77
+ # TODO: remove this, as install these just to build
78
+ # a single package is too much
79
+ if : matrix.config.os == 'windows-latest'
80
+ run : |
81
+ choco install visualstudio2022buildtools --version=17.0.0
82
+ choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System'
83
+
76
84
- name : Install pymatgen and dependencies via uv
77
85
run : |
78
86
micromamba activate pmg
Original file line number Diff line number Diff line change @@ -102,7 +102,8 @@ optional = [
102
102
" ase>=3.23.0" ,
103
103
" beautifulsoup4" ,
104
104
# BoltzTraP2 build fails on Windows GitHub runners
105
- " BoltzTraP2>=24.9.4 ; platform_system != 'Windows'" ,
105
+ # "BoltzTraP2>=24.9.4 ; platform_system != 'Windows'",
106
+ " BoltzTraP2>=24.9.4" ,
106
107
" chemview>=0.6" ,
107
108
" chgnet>=0.3.8" ,
108
109
" f90nml>=1.1.2" ,
You can’t perform that action at this time.
0 commit comments