Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- win64
include:
- os: linux
runner-image: ubuntu-20.04
runner-image: ubuntu-latest
- os: win64
runner-image: windows-2022
steps:
Expand All @@ -109,10 +109,10 @@ jobs:
run: |
pwd
ls idaes_examples
pytest -v idaes_examples --ignore=idaes_examples/notebooks/docs/surrogates/sco2/alamo/
pytest -v idaes_examples --ignore=idaes_examples/notebooks/docs/surrogates/sco2/alamo/
- name: Upload pytest-xdist worker logs
if: success() || failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: pytest_worker_logs
path: "tests_*.log"
name: pytest-xdist-logs-${{ matrix.python-version }}-${{ runner.os }}
path: "tests_*.log"
Loading
Loading