Skip to content

Commit

Permalink
revert to skip windows
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielYang59 committed Sep 26, 2024
1 parent 062f966 commit 697bd05
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,18 +73,6 @@ jobs:
run: |
micromamba install -n pmg -c conda-forge bader enumlib openff-toolkit packmol pygraphviz tblite --yes
- name: Install Visual Studio build tools on Windows
# TODO: remove this, as install these just to build
# a single package is too much
if: matrix.config.os == 'windows-latest'
run: |
choco install visualstudio2022buildtools --include-optional
choco install visualstudio2022-workload-vctools
- name: Setup MSVC for Windows
if: matrix.config.os == 'windows-latest'
uses: ilammy/msvc-dev-cmd@v1

- name: Install pymatgen and dependencies via uv
run: |
micromamba activate pmg
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,7 @@ optional = [
"ase>=3.23.0",
"beautifulsoup4",
# BoltzTraP2 build fails on Windows GitHub runners
# "BoltzTraP2>=24.9.4 ; platform_system != 'Windows'",
"BoltzTraP2>=24.9.4",
"BoltzTraP2>=24.9.4 ; platform_system != 'Windows'",
"chemview>=0.6",
"chgnet>=0.3.8",
"f90nml>=1.1.2",
Expand Down

0 comments on commit 697bd05

Please sign in to comment.