From ab5719523becbc3bb3ef4ba09747f01d839e9a82 Mon Sep 17 00:00:00 2001 From: John Eslick Date: Wed, 11 Aug 2021 11:37:02 -0400 Subject: [PATCH] Update test_linux.yml --- .github/workflows/test_linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_linux.yml b/.github/workflows/test_linux.yml index 69568ea2..57014887 100644 --- a/.github/workflows/test_linux.yml +++ b/.github/workflows/test_linux.yml @@ -32,7 +32,7 @@ jobs: git checkout master conda create -n idaes python=3.7.4 pip psutil conda activate idaes - pip install -e . + pip install -r requirements-dev.txt idaes get-extensions --url https://github.com/IDAES/idaes-ext/releases/download/test-release/ --platform ${{ matrix.bin_platform }}' - name: Test IDAES-PSE