Skip to content

Commit

Permalink
Update test_linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
John Eslick committed Jan 7, 2022
1 parent 8296a97 commit 0035697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 0035697

Please sign in to comment.