Skip to content

Commit

Permalink
Trying again.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndilalla committed Sep 10, 2024
1 parent 8f0ae00 commit 5b4a568
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,17 +171,17 @@ jobs:
flake8
- name: Test conda install
if: matrix.os == 'macos-latest'
shell: bash -l {0}
run: python -m pytest -vv --cov=astromodels --cov-report=xml
if: ${{matrix.os}} == "macos-latest"
env:
OMP_NUM_THREADS: 1
MKL_NUM_THREADS: 1
NUMEXPR_NUM_THREADS: 1
MPLBACKEND: "Agg"
- name: Test conda install
if: matrix.os != 'macos-latest'
shell: bash -l {0}
if: ${{matrix.os}} != "macos-latest"
run: |
echo "======> importing XSPEC..."
Expand Down

0 comments on commit 5b4a568

Please sign in to comment.