Skip to content

Improve Axis Detector Handling with Flexible tag Support #41

Improve Axis Detector Handling with Flexible tag Support

Improve Axis Detector Handling with Flexible tag Support #41

Workflow file for this run

name: Unit Tests in NSLS-II Conda Environments
on: [push, pull_request, workflow_dispatch]
env:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
jobs:
matrix_prep:
uses: ./.github/workflows/_matrix_prep.yml
with:
config_prefix: recent
test-in-conda-env:
needs: matrix_prep
uses: ./.github/workflows/_test-in-conda-env.yml

Check failure on line 19 in .github/workflows/conda-env-tests.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/conda-env-tests.yml

Invalid workflow file

error parsing called workflow ".github/workflows/conda-env-tests.yml" -> "./.github/workflows/_test-in-conda-env.yml" : You have an error in your yaml syntax on line 64
with:
conda_env_name: ${{ matrix.conda_env_name }}
zenodo_id: ${{ matrix.zenodo_id }}
md5_checksum: ${{ matrix.md5_checksum }}
python-version: ${{ matrix.python-version }}
strategy:
max-parallel: 4
matrix:
include: ${{ fromJson(needs.matrix_prep.outputs.matrix_include) }}
fail-fast: false