Skip to content

Commit

Permalink
try without new async dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
dionhaefner committed Sep 12, 2024
1 parent 1e62a1d commit e9fd73d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ jobs:
- name: Run tests
run: |
pytest . -v --cov --pyom2-lib $PYOM2_LIB --backend ${{ matrix.backend }}
env:
JAX_CPU_ENABLE_ASYNC_DISPATCH: "false"

- name: Upload coverage
uses: codecov/codecov-action@v1

0 comments on commit e9fd73d

Please sign in to comment.