Skip to content

[python][release-1.5] Revert to numba 0.57 until it's available in Conda #170

[python][release-1.5] Revert to numba 0.57 until it's available in Conda

[python][release-1.5] Revert to numba 0.57 until it's available in Conda #170

Workflow file for this run

name: Backport
on:
pull_request:
types:
- closed
- labeled
paths-ignore:
- '_quarto.yml'
- 'quarto-materials/*'
- '**/.md'
jobs:
backport:
runs-on: ubuntu-latest
name: Backport
steps:
- name: Backport
uses: tibdex/backport@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}