Skip to content

Merge pull request #206 from numba/renovate/pre-commit-mirrors-mypy-1.x #585

Merge pull request #206 from numba/renovate/pre-commit-mirrors-mypy-1.x

Merge pull request #206 from numba/renovate/pre-commit-mirrors-mypy-1.x #585

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- main
tags:
- '*'
jobs:
test:
runs-on: ubuntu-latest
defaults:
run:
shell: bash -el {0}
steps:
- name: Checkout
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
fetch-depth: 0
- name: Setup Miniconda
uses: conda-incubator/setup-miniconda@835234971496cad1653abb28a638a281cf32541f # v3.2.0
with:
auto-update-conda: true
auto-activate-base: false
- name: Install dependencies
run: make conda-install
- name: Lint code with pre-commit
run: make lint
- name: Install numba_scfg with pip
run: make build
- name: Run pytest and print coverage Report
run: make test