From b82f39d6c93cb0a29401f6307c927f91e8c6bf63 Mon Sep 17 00:00:00 2001 From: Yuxuan Zhuang Date: Wed, 1 May 2024 08:08:36 -0700 Subject: [PATCH] Update gh-ci.yaml --- .github/workflows/gh-ci.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/gh-ci.yaml b/.github/workflows/gh-ci.yaml index 704f883dc20..b235e881423 100644 --- a/.github/workflows/gh-ci.yaml +++ b/.github/workflows/gh-ci.yaml @@ -106,8 +106,12 @@ jobs: pip list - name: run_tests + if: contains(matrix.name, 'asv_check') != true run: | + export OPENBLAS_NUM_THREADS=1 + export GOTO_NUM_THREADS=1 + export OMP_NUM_THREADS=1 PYTEST_FLAGS="--disable-pytest-warnings --durations=50" if [ ${{ matrix.codecov }} = "true" ]; then PYTEST_FLAGS="${PYTEST_FLAGS} --cov-config=.coveragerc --cov=MDAnalysis --cov-report=xml"