Skip to content

Remove XPASS cases with tighter XFAIL condition #23

Remove XPASS cases with tighter XFAIL condition

Remove XPASS cases with tighter XFAIL condition #23

Workflow file for this run

name: Run tests
on: [push,workflow_dispatch]
jobs:
test:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Setup Miniconda
uses: conda-incubator/[email protected]
with:
python-version: '3.10'
channels: conda-forge
miniforge-version: "latest"
- name: Install tox
shell: bash -el {0}
run: mamba install tox
- name: Test with tox
shell: bash -el {0}
run: tox