Skip to content

Commit

Permalink
DEBUG: run BLAS jobs on fork
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommers committed Dec 28, 2023
1 parent 5498a7e commit 479d387
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/linux_blas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ on:
branches:
- main
- maintenance/**
push:
branches:
- ci-blas

defaults:
run:
Expand All @@ -62,7 +65,7 @@ jobs:
# atlas:

netlib-debian:
if: "github.repository == 'scipy/scipy'"
if: "github.repository == 'rgommers/scipy'"
runs-on: ubuntu-latest
name: "Debian libblas/liblapack"
steps:
Expand All @@ -89,7 +92,7 @@ jobs:
netlib-split:
if: "github.repository == 'scipy/scipy'"
if: "github.repository == 'rgommers/scipy'"
runs-on: ubuntu-latest
container: opensuse/tumbleweed
name: "OpenSUSE Netlib BLAS/LAPACK"
Expand Down

0 comments on commit 479d387

Please sign in to comment.