Skip to content

Commit

Permalink
delete failing mkl tests, since this is just about releasing wheels (…
Browse files Browse the repository at this point in the history
…non-mkl)
  • Loading branch information
bodono committed Nov 22, 2023
1 parent a8ca80d commit 3293614
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,38 +17,6 @@ jobs:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
if: "!startsWith(github.ref, 'refs/tags/') && github.ref != 'refs/heads/master'"

build_mkl:
runs-on: ${{ matrix.os }}
defaults:
run:
shell: bash -l {0}
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-latest ] # windows-latest not finding MKL
python-version: [ 3.7, 3.8, 3.9, "3.10", "3.11" ]

env:
PYTHON_VERSION: ${{ matrix.python-version }}

steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: conda-incubator/setup-miniconda@v2
with:
auto-update-conda: true
python-version: ${{ matrix.python-version }}
channels: conda-forge,anaconda
- name: Install dependencies
run: |
conda install mkl scipy numpy pytest
- name: Test
run: |
python legacy_setup.py install --scs --mkl
pytest
rm -rf build/
build_openmp:
runs-on: ${{ matrix.os }}
defaults:
Expand Down

0 comments on commit 3293614

Please sign in to comment.