Skip to content

Commit

Permalink
use only conda-forge GROMACS
Browse files Browse the repository at this point in the history
Replace GROMACS in macOS runners: 2018.6 (bioconda) --> 2024.2 (conda-forge)
  • Loading branch information
orbeckst committed Jun 15, 2024
1 parent 978dfb7 commit 51e9327
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,24 @@ jobs:
- os: ubuntu-latest
python-version: "3.11"
gromacs-version: "2022.4"
- os: ubuntu-latest
python-version: "3.11"
gromacs-version: "2023.4"
- os: ubuntu-latest
python-version: "3.11"
gromacs-version: "2024.2"
# explicitly include a few macOS runners: MUST use 2018.6:
# (conda-forge GROMACS >= 2021 is compiled to use rdtscp CPU instruction but these
# are not available in the macOS GitHub runner so we need to use a different GROMACS
# version. 2018.5 from bioconda works. (2021.5 worked previously but not anymore.)
# Locally 2023.1 was successfully tested on Intel macOS 13.5.)
# Jun 2024: 2018.6 is not found anymore
- os: macOS-latest
python-version: "3.11"
gromacs-version: "2018.6"
gromacs-version: "2024.2"
- os: macOS-latest
python-version: "3.12"
gromacs-version: "2018.6"
# gromacs-version: "2024.2"


env:
Expand All @@ -80,7 +87,7 @@ jobs:
condarc: |
channels:
- conda-forge
- bioconda
# - bioconda
channel_priority: flexible
cache-downloads: true
cache-environment: true
Expand Down

0 comments on commit 51e9327

Please sign in to comment.