Skip to content

reorganize some things #207

reorganize some things

reorganize some things #207

Workflow file for this run

name: Extended (Windows)
on:
push:
branches:
- develop
paths-ignore:
- '**.md'
- '.gitignore'
pull_request:
branches:
- develop
paths-ignore:
- '**.md'
- '.gitignore'
workflow_dispatch:
jobs:
test_extended_win:
name: Test Extended (windows-latest, ${{ matrix.env }})
runs-on: windows-latest
strategy:
fail-fast: false
matrix:
env: [test311, test312, test313]
env:
REPOS_PATH: ${{ github.workspace }}
steps:
- name: Checkout pyphoenix-project
uses: actions/checkout@v4
- name: Setup pixi
uses: prefix-dev/setup-pixi@v0.9.6
with:
pixi-version: v0.72.0
environments: ${{ matrix.env }}
- name: Install extended modflow6 executables
uses: modflowpy/install-modflow-action@v1
with:
repo: modflow6-nightly-build
ostag: win64ext
- name: Run example tests
env:
MF6_EXTENDED: "true"
run: pixi run --environment ${{ matrix.env }} pytest test/test_examples.py -v -n auto