Skip to content

Add environment.yml to fix micromamba CI setup#20

Merged
cokelaer merged 1 commit intomainfrom
copilot/fix-ci-failures
Mar 24, 2026
Merged

Add environment.yml to fix micromamba CI setup#20
cokelaer merged 1 commit intomainfrom
copilot/fix-ci-failures

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 24, 2026

The CI workflow was updated to use mamba-org/setup-micromamba@v1 but the required environment.yml was never added, causing an immediate ENOENT failure before any tests could run.

Changes

  • environment.yml — new minimal conda environment definition required by setup-micromamba:

    name: demultiplex
    channels:
      - conda-forge
      - defaults
    dependencies:
      - pip
  • .github/workflows/main.yml:

    • Replace actions/checkout@v2 + actions/setup-python@v2 + Damona/apptainer/bcl2fastq setup with actions/checkout@v4 + mamba-org/setup-micromamba@v1
    • Drop Python 3.8, add 3.11 to matrix ([3.9, '3.10', '3.11'])
    • Pin pulp==2.7.0 --no-deps to avoid dependency conflicts
    • Add shell: bash -l {0} to steps that need the activated conda environment
  • .github/workflows/pypi.yml: bump to actions/checkout@v4, actions/setup-python@v4, Python 3.11

@cokelaer cokelaer marked this pull request as ready for review March 24, 2026 08:12
@cokelaer cokelaer merged commit 37dc253 into main Mar 24, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants