Skip to content

Commit

Permalink
hopeful
Browse files Browse the repository at this point in the history
  • Loading branch information
loriab committed Jul 14, 2023
1 parent 9b43c6a commit 7c8275f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/Installers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,20 +82,20 @@ jobs:
formal_platform: "Windows-x86_64"
python-version: '3.8'

#- runs-on: windows-latest
# platform: win-64
# formal_platform: "Windows-x86_64"
# python-version: '3.9'
- runs-on: windows-latest
platform: win-64
formal_platform: "Windows-x86_64"
python-version: '3.9'

- runs-on: windows-latest
platform: win-64
formal_platform: "Windows-x86_64"
python-version: '3.10'

#- runs-on: windows-latest
# platform: win-64
# formal_platform: "Windows-x86_64"
# python-version: '3.11'
- runs-on: windows-latest
platform: win-64
formal_platform: "Windows-x86_64"
python-version: '3.11'

env:
PLATFORM: ${{ matrix.cfg.platform }}
Expand Down
6 changes: 3 additions & 3 deletions installers/construct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ specs:
- python {{ python }}*
- psi4 =={{ release }}*
- pytest-xdist
- dftd3-python # [not win]
- dftd4-python # [not win]
- gcp-correction # [not win]
- dftd3-python # [not win or py==38]
- dftd4-python # [not win or py==39]
- gcp-correction # [not win or py==310]
- pip
- miniforge_console_shortcut 1.* # [win]

Expand Down

0 comments on commit 7c8275f

Please sign in to comment.