Skip to content

Commit

Permalink
more blas
Browse files Browse the repository at this point in the history
  • Loading branch information
jdtuck committed Dec 25, 2023
1 parent 49584dd commit 40da53a
Show file tree
Hide file tree
Showing 2 changed files with 408 additions and 6 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,9 @@ jobs:
if: startsWith( github.ref, 'refs/tags/')
name: Build wheels on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
# env:
# CIBW_BEFORE_ALL: bash {project}/bin/cibw_before_build.sh {project}
# CIBW_SKIP: cp36-* cp37-* cp38-* cp312-* pp* *-manylinux_i686 *_ppc64le *_s390x
strategy:
matrix:
os: [ubuntu-22.04]
os: [ubuntu-22.04, windows-2022, macos-11]

steps:
- uses: actions/checkout@v4
Expand Down
Loading

0 comments on commit 40da53a

Please sign in to comment.