Skip to content

Add back support for python 3.9 for numpy 2 compatibility woes #1162

Add back support for python 3.9 for numpy 2 compatibility woes

Add back support for python 3.9 for numpy 2 compatibility woes #1162

Workflow file for this run

name: Labels
on:
pull_request:
types:
- opened
- repoened
- labeled
- unlabeled
- synchronize
env:
LABELS: ${{ join( github.event.pull_request.labels.*.name, ' ' ) }}
jobs:
check-type-label:
name: ensure type label
runs-on: ubuntu-latest
steps:
- if: "contains( env.LABELS, 'type: ' ) == false"
run: exit 1