Skip to content

Test Meson: pytest-venv (should work with py3.12) + Fluidsim Meson co… #7

Test Meson: pytest-venv (should work with py3.12) + Fluidsim Meson co…

Test Meson: pytest-venv (should work with py3.12) + Fluidsim Meson co… #7

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