Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
IAlibay authored Dec 4, 2024
1 parent e3ccbf3 commit 8597eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
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
run: python -m pip install --no-deps git+https://github.com/OpenFreeEnergy/gufe@f8c49d59e756130a995d02dfe04d7a91acb1d791

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

0 comments on commit 8597eb6

Please sign in to comment.