Skip to content

Commit

Permalink
update test workflows to use 3.4.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbybp committed Aug 15, 2024
1 parent 5fee9d8 commit 1416804
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
conda create -n idaes python=3.9 pip psutil
conda activate idaes
pip install -r requirements-dev.txt
idaes get-extensions --nochecksum --url https://github.com/IDAES/idaes-ext/releases/download/test-release/ --distro ${{ matrix.bin_platform }} --extra petsc'
idaes get-extensions --nochecksum --url https://github.com/IDAES/idaes-ext/releases/download/3.4.2/ --distro ${{ matrix.bin_platform }} --extra petsc'
- name: Test IDAES-PSE
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_macos_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
cd idaes-pse
git checkout main
pip install -r requirements-dev.txt
idaes get-extensions --nochecksum --url https://github.com/IDAES/idaes-ext/releases/download/test-release/ --extra petsc
idaes get-extensions --nochecksum --url https://github.com/IDAES/idaes-ext/releases/download/3.4.2/ --extra petsc
- name: "Test IDAES-PSE"
run: |
cd idaes-pse/idaes
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_windows_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
cd idaes-pse
git checkout main
pip install -r requirements-dev.txt
idaes get-extensions --nochecksum --url https://github.com/IDAES/idaes-ext/releases/download/test-release/ --extra petsc
idaes get-extensions --nochecksum --url https://github.com/IDAES/idaes-ext/releases/download/3.4.2/ --extra petsc
- name: "Test IDAES-PSE"
shell: cmd
run: |
Expand Down

0 comments on commit 1416804

Please sign in to comment.