From e3ccbf3c39057cf9ffc5f963af8757a7c1546b89 Mon Sep 17 00:00:00 2001 From: Irfan Alibay Date: Wed, 4 Dec 2024 17:27:16 +0000 Subject: [PATCH 1/2] Pin to previous commit --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 259518f60..42741c0aa 100644 --- a/environment.yml +++ b/environment.yml @@ -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.git@f8c49d59e756130a995d02dfe04d7a91acb1d791 From 8597eb6b25932ccbe54febb00671268c56dfeb70 Mon Sep 17 00:00:00 2001 From: Irfan Alibay Date: Wed, 4 Dec 2024 17:51:47 +0000 Subject: [PATCH 2/2] Update ci.yaml --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fc039385d..385d264ad 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 .