Skip to content

Nox try to install numba only for python < 3.12 (not yet supported) #4

Nox try to install numba only for python < 3.12 (not yet supported)

Nox try to install numba only for python < 3.12 (not yet supported) #4

Workflow file for this run

name: CI-windows
on:
- push
- pull_request
jobs:
tests:
runs-on: windows-2022
defaults:
run:
shell: bash -l {0}
strategy:
matrix:
python-version: ["3.11"]
steps:
- uses: actions/checkout@v2
- uses: conda-incubator/setup-miniconda@v2
with:
environment-file: .github/environment-windows.yml
miniforge-variant: Mambaforge
miniforge-version: latest
activate-environment: test
use-mamba: true
- name: Install
run: |
python -m pip install --upgrade pip
pip install pdm nox
- name: Tests
run: |
nox -s test_without_pythran test_with_pythran