Skip to content

Compatibility Numpy 1.26.0 #42

Compatibility Numpy 1.26.0

Compatibility Numpy 1.26.0 #42

Workflow file for this run

name: CI-macos
on:
- push
- pull_request
jobs:
tests:
runs-on: macos-latest
defaults:
run:
shell: bash -l {0}
strategy:
matrix:
python-version: [3.9, "3.10"]
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: |
cp .github/fluidfft-site-macos.cfg $HOME/.fluidfft-site.cfg
pip install -e . -v
- name: Tests
run: |
pytest -v