Skip to content

Commit

Permalink
DEBUG: run on fork
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommers committed Aug 8, 2024
1 parent d180a34 commit 1d564e2
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- maintenance/**
- bld-fix-missingdep
pull_request:
branches:
- main
Expand All @@ -27,16 +28,10 @@ jobs:

test_meson:
name: mypy (py3.10) & dev deps (py3.13), fast, dev.py
needs: get_commit_message
# If using act to run CI locally the github object does not exist and
# the usual skipping should not be enforced
if: >
needs.get_commit_message.outputs.message == 1
&& (github.repository == 'scipy/scipy' || github.repository == '')
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: ['3.10', '3.13-dev'] # this run will use python dev versions when available
python-version: ['3.10'] # this run will use python dev versions when available
maintenance-branch:
- ${{ contains(github.ref, 'maintenance/') || contains(github.base_ref, 'maintenance/') }}
exclude:
Expand Down

0 comments on commit 1d564e2

Please sign in to comment.