Skip to content

Commit

Permalink
remove 'dev' part of matrix since we don't need it anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemhenry committed Jan 17, 2025
1 parent 89b8536 commit df7b61e
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ jobs:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
openmm: ["8.0", "7.7", "8.1.2"]
include:
- openmm: "dev"
python-version: "3.10"

env:
OPENMM: ${{ matrix.openmm }}
Expand All @@ -46,21 +43,7 @@ jobs:
df -h
ulimit -a
- name: Setup micromamba dev
if: ${{ matrix.openmm == 'dev' }}
uses: mamba-org/setup-micromamba@v2
with:
environment-file: devtools/conda-envs/test_env.yaml
environment-name: test
channels: jaimergp/label/unsupported-cudatoolkit-shim,conda-forge/label/openmm_dev,conda-forge,openeye
channel-priority: flexible
create-args: >-
python==${{ matrix.python-version }}
openmmtools==0.23.0
openmm==8.0.0dev3
- name: Setup micromamba
if: ${{ matrix.openmm != 'dev' }}
uses: mamba-org/setup-micromamba@v2
with:
environment-file: devtools/conda-envs/test_env.yaml
Expand Down

0 comments on commit df7b61e

Please sign in to comment.