Skip to content

Commit

Permalink
include gufe main and latest in ci matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
atravitz committed Dec 5, 2024
1 parent 72d623a commit e28bd47
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ defaults:
jobs:
tests:
runs-on: ${{ matrix.os }}
name: "πŸ’»-${{matrix.os }} 🐍-${{ matrix.python-version }} πŸ—ƒοΈ${{ matrix.pydantic-version }} oechem: ${{ matrix.openeye }}"
name: "πŸ’»-${{matrix.os }} 🐍-${{ matrix.python-version }} πŸ—ƒοΈ${{ matrix.pydantic-version }} oechem: ${{ matrix.openeye }} gufe: ${{matrix.gufe-version}}"
strategy:
fail-fast: false
matrix:
Expand All @@ -41,6 +41,7 @@ jobs:
- "3.11"
- "3.12"
openeye: ["no"]
gufe-version: ['latest', 'main']
include:
- os: "macos-latest"
python-version: "3.12"
Expand Down Expand Up @@ -96,8 +97,8 @@ jobs:
micromamba install -c openeye openeye-toolkits
python -c "import openeye; assert openeye.oechem.OEChemIsLicensed(), 'oechem license check failed!'"
- name: "Install GUFE from main@HEAD"
run: python -m pip install --no-deps git+https://github.com/OpenFreeEnergy/gufe@main
- name: "Install GUFE from ${matrix.gufe-version}"
run: python -m pip install --no-deps git+https://github.com/OpenFreeEnergy/gufe@${matrix.gufe-version}

- name: "Install"
run: python -m pip install --no-deps -e .
Expand Down

0 comments on commit e28bd47

Please sign in to comment.