Skip to content

Merge branch 'topic/default/fix-movies' into 'branch/default' #91

Merge branch 'topic/default/fix-movies' into 'branch/default'

Merge branch 'topic/default/fix-movies' into 'branch/default' #91

Workflow file for this run

name: CI-windows
on:
- push
- pull_request
jobs:
tests:
runs-on: windows-2022
defaults:
run:
shell: bash -l {0}
env:
FLUIDSIM_TRANSONIC_BACKEND: "python"
strategy:
matrix:
python-version: ["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: |
pip install -e . -v
- name: Tests
run: |
python -m pip install pytest-allclose pytest-mock
python -m pip install "pymech @ git+https://github.com/eX-Mech/pymech.git"
pytest -v