diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index ede2dea9b..8ae8938bb 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -1,17 +1,17 @@ name: Test Binary Wheels -# on: workflow_dispatch +on: workflow_dispatch # FIXME: Remove these lines once this workflow merged # to main branch. -on: - push: - branches: - - master - pull_request: - branches: - - master - - toast3 +# on: +# push: +# branches: +# - master +# pull_request: +# branches: +# - master +# - toast3 concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/packaging/conda/extdeps.txt b/packaging/conda/extdeps.txt index 742168ae5..0d6933c82 100644 --- a/packaging/conda/extdeps.txt +++ b/packaging/conda/extdeps.txt @@ -2,5 +2,5 @@ libopenblas=*=*openmp* libblas=*=*openblas fftw libaatm -suitesparse<7.3 +suitesparse libflac