Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
stefdoerr committed Oct 11, 2024
1 parent 842863f commit b6f13f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
"macos-13",
"windows-2019",
]
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10"] #, "3.11"] No ACEMD for 3.11 yet

defaults: # Needed for conda
run:
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
mamba install --file package/htmd/DEPENDENCIES_MAC python=${{ matrix.python-version }} -y
- name: Install Windows HTMD conda deps
if: matrix.os == 'windows-latest'
if: matrix.os == 'windows-2019'
run: |
mamba install --file package/htmd/DEPENDENCIES_WIN python=${{ matrix.python-version }} -y
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
python package/htmd/insert_placeholder_values.py package/htmd/DEPENDENCIES_MAC
- name: Dump Windows dependencies yaml file
if: matrix.os == 'windows-latest'
if: matrix.os == 'windows-2019'
run: |
pip install versioneer==0.28
python package/htmd/insert_placeholder_values.py package/htmd/DEPENDENCIES_WIN
Expand Down

0 comments on commit b6f13f5

Please sign in to comment.