Skip to content

Commit

Permalink
pin to a9b5
Browse files Browse the repository at this point in the history
  • Loading branch information
atravitz committed Dec 6, 2024
1 parent 9bc9cf8 commit cb25ce5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,26 +41,33 @@ jobs:
- "3.11"
- "3.12"
openeye: ["no"]
gufe-version: ['main']
gufe-version: ['a9b5982471eb3644ca8c4423c7001e6309a3f544']
include:
- os: "macos-latest"
python-version: "3.12"
pydantic-version: ">1"
gufe-version: 'main'
gufe-version: 'a9b5982471eb3644ca8c4423c7001e6309a3f544'
- os: "ubuntu-latest"
python-version: "3.11"
pydantic-version: "<2"
gufe-version: 'main'
gufe-version: 'a9b5982471eb3644ca8c4423c7001e6309a3f544'
- os: "ubuntu-latest"
python-version: "3.11"
pydantic-version: ">1"
openeye: "yes"
gufe-version: 'main'
gufe-version: 'a9b5982471eb3644ca8c4423c7001e6309a3f544'
- os: "macos-latest"
python-version: "3.12"
pydantic-version: ">1"
omff-version: ">0.13"
openeye: ["no"]
gufe-version: 'a9b5982471eb3644ca8c4423c7001e6309a3f544'

# temporary test against gufe main while we're pinned to a9b5
- os: "ubuntu-latest"
python-version: "3.11"
pydantic-version: ">1"
openeye: "yes"
gufe-version: 'main'

env:
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ dependencies:
- pip:
- sphinx-toolbox
- openff-nagl-models>=0.1.2
- git+https://github.com/OpenFreeEnergy/gufe@main
- git+https://github.com/OpenFreeEnergy/gufe@main

0 comments on commit cb25ce5

Please sign in to comment.