Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
saitcakmak committed Jan 13, 2025
1 parent 2b66c3a commit 6b40e34
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 74 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/reusable_tutorials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,9 @@ jobs:
uv pip install scipy==${{ inputs.scipy_version }} --system
- name: Run tutorials with smoke test
run: |
export OMP_NUM_THREADS=1
export OPENBLAS_NUM_THREADS=1
export MKL_NUM_THREADS=1
export VECLIB_MAXIMUM_THREADS=1
export NUMEXPR_NUM_THREADS=1
python scripts/run_tutorials.py -p "$(pwd)" -s -n test${{ inputs.test_version }}.ipynb
Loading

0 comments on commit 6b40e34

Please sign in to comment.