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 52ecb2c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ${gufe-version}"
run: python -m pip install --no-deps git+https://github.com/OpenFreeEnergy/gufe@${gufe-version}

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

0 comments on commit 52ecb2c

Please sign in to comment.