Skip to content

Commit

Permalink
Ignore OpenMP on OS X for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mstimberg committed Jan 6, 2021
1 parent ccfee38 commit 29fcdf9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
8 changes: 4 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ stages:
script_name: dev/continuous-integration/run_test_suite.py
standalone: false
split_run: 2
# Python38_standalone:
# python.version: '3.8'
# script_name: dev/continuous-integration/run_test_suite.py
# standalone: true
Python38_standalone:
python.version: '3.8'
script_name: dev/continuous-integration/run_test_suite.py
standalone: true
steps:
- template: dev/continuous-integration/azure-steps.yml

Expand Down
5 changes: 0 additions & 5 deletions dev/continuous-integration/azure-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ steps:
conda create --prefix $HOME/test_env -c conda-forge --yes --quiet python=$(python.version) pip pytest
displayName: 'Setup conda environment'
- bash: |
conda install --quiet --yes -c conda-forge llvm-openmp
displayName: 'Install OpenMP support for clang/llvm'
condition: eq(variables['agent.os'], 'Darwin')
- bash: |
source activate $HOME/test_env
conda install --quiet --yes -c conda-forge pytest cython sympy future pyparsing numpy jinja2 six scipy sphinx gsl coverage
Expand Down

0 comments on commit 29fcdf9

Please sign in to comment.