Skip to content

Commit

Permalink
Kills the build action
Browse files Browse the repository at this point in the history
  • Loading branch information
PTNobel committed Sep 3, 2024
1 parent c05d2c3 commit e8ddd04
Showing 1 changed file with 0 additions and 35 deletions.
35 changes: 0 additions & 35 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,38 +16,6 @@ concurrency:

jobs:

build:
runs-on: ${{ matrix.os }}
defaults:
run:
shell: bash -l {0}
strategy:
fail-fast: false
matrix:
os: [ ubuntu-24.04, macos-12, windows-2022 ]
python-version: [ 3.9, "3.10", "3.11", "3.12" ]

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

steps:
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v2
with:
auto-update-conda: true
python-version: ${{ matrix.python-version }}
channels: conda-forge,anaconda
- name: Install
# scipy and numpy versions are chosen to match cvxpy
run: |
pip install cvxpy pytest
python -m pip install .
- name: Test
run: |
pytest
rm -rf build/
build_wheels:
name: Build wheels on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
Expand All @@ -58,9 +26,6 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Install
run: |
pip install numpy scipy cvxpy pytest

- name: Build wheels
uses: pypa/[email protected]
Expand Down

0 comments on commit e8ddd04

Please sign in to comment.