From b0853dfaaace91e65dde030aa95f17a2d505f941 Mon Sep 17 00:00:00 2001 From: Ludovico Bianchi Date: Thu, 3 Aug 2023 10:34:52 -0500 Subject: [PATCH] Track changes in IDAES/idaes-compatibility#9 --- .github/workflows/core.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/core.yml b/.github/workflows/core.yml index 72e3b23367..27eb818f68 100644 --- a/.github/workflows/core.yml +++ b/.github/workflows/core.yml @@ -68,5 +68,5 @@ jobs: echo "" > pytest.ini - name: Install and run compatibility tests run: | - pip install "git+https://github.com/IDAES/idaes-compatibility@main" + pip install "git+https://github.com/IDAES/idaes-compatibility@refs/pull/9/merge" pytest --pyargs idaes_compatibility