From 0035697cc24454e59522d9567d15eaf91ae40a84 Mon Sep 17 00:00:00 2001 From: John Eslick Date: Thu, 6 Jan 2022 21:48:10 -0500 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 aafa0dcf..bcc11c22 100644 --- a/.github/workflows/test_linux.yml +++ b/.github/workflows/test_linux.yml @@ -33,7 +33,7 @@ jobs: conda create -n idaes python=3.7.4 pip psutil conda activate idaes pip install -r requirements-dev.txt - idaes get-extensions --url https://github.com/IDAES/idaes-ext/releases/download/test-release/ --platform ${{ matrix.bin_platform }}' + idaes get-extensions --url https://github.com/IDAES/idaes-ext/releases/download/test-release/ --platform ${{ matrix.bin_platform }} --extra petsc' - name: Test IDAES-PSE run: |