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 authored Aug 11, 2021
1 parent 012aae6 commit ab57195
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 @@ -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
Expand Down

0 comments on commit ab57195

Please sign in to comment.