Skip to content

Commit 1663eea

Browse files
authored
set NUMBA_THREADING_LAYER=omp in Matlab CI job (to avoid failures with default TBB threading) (#1747)
1 parent ed70c30 commit 1663eea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/readme_snippets.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ jobs:
6565
- uses: actions/setup-python@v5.0.0
6666
with:
6767
python-version: "3.12"
68+
69+
- run: echo NUMBA_THREADING_LAYER=omp >> $GITHUB_ENV
70+
6871
- run: pip install -e .
6972
- run: pip install pytest-codeblocks pytest
7073
- run: python -c "import pytest_codeblocks; code=pytest_codeblocks.extract_from_file('docs/markdown/pysdm_landing.md'); f=open('readme.m', 'w'); f.writelines(block.code for block in code if block.syntax=='Matlab'); f.close()"

0 commit comments

Comments
 (0)