Skip to content

Commit

Permalink
Restore default behavior of wheel tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tskisner committed Oct 18, 2024
1 parent 34554d6 commit 6699877
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
@@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion packaging/conda/extdeps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ libopenblas=*=*openmp*
libblas=*=*openblas
fftw
libaatm
suitesparse<7.3
suitesparse
libflac

0 comments on commit 6699877

Please sign in to comment.