Skip to content
Open
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
25 changes: 8 additions & 17 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ jobs:
- macOS-latest
test_group:
- core
- neural_networks
- integration
runtime:
- "PJRT"
- "IFRT"
Expand All @@ -66,21 +64,6 @@ jobs:
assertions: false
test_group: core
runtime: "IFRT"
- os: ubuntu-24.04
version: "1.10"
assertions: true
test_group: core
runtime: "PJRT"
- os: ubuntu-24.04
version: "1.10"
assertions: true
test_group: neural_networks
runtime: "PJRT"
- os: ubuntu-24.04
version: "1.10"
assertions: true
test_group: integration
runtime: "PJRT"
# - os: ubuntu-24.04
# libReactant: packaged
# version: '1.10'
Expand All @@ -93,6 +76,10 @@ jobs:
# libReactant: packaged
# version: '1.10'
# test_group: integration
env:
TPU_STDERR_LOG_LEVEL: 0
TF_CPP_MAX_VLOG_LEVEL: 3
TF_CPP_MIN_LOG_LEVEL: 0
steps:
- name: Set TMPDIR
# We have to use `${GITHUB_WORKSPACE}` instead of `github.workspace` because GitHub
Expand Down Expand Up @@ -171,3 +158,7 @@ jobs:
- uses: codecov/codecov-action@v5
with:
files: lcov.info
- uses: mxschmitt/action-tmate@v3
if: ${{ !cancelled() }}
with:
limit-access-to-actor: false
Loading