Skip to content

Fix CI: replace micromamba with conda-incubator/setup-miniconda on conda-forge#11

Merged
samwaseda merged 12 commits into
mainfrom
restructure
Jun 8, 2026
Merged

Fix CI: replace micromamba with conda-incubator/setup-miniconda on conda-forge#11
samwaseda merged 12 commits into
mainfrom
restructure

Conversation

@samwaseda

@samwaseda samwaseda commented Jun 8, 2026

Copy link
Copy Markdown
Collaborator

The test job was failing due to HTTP 504 timeouts when mamba-org/setup-micromamba@v2 tried to download the micromamba binary. All dependencies are available on conda-forge, so micromamba is unnecessary.

Changes

  • Replaced mamba-org/setup-micromamba@v2 with conda-incubator/setup-miniconda@v3, which downloads from Anaconda's servers and is not subject to the same timeout
  • Pinned channel to conda-forge with channel-priority: strict
  • Restored bash -el {0} shell default required for conda environment activation across steps
  • Kept pip install --no-deps -e . for ironAPE itself (no conda feedstock needed)

samwaseda and others added 9 commits June 8, 2026 09:32
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI changed the title Restructure the whole repository Fix the failing GitHub Actions "test" job by replacing micromamba with pip Jun 8, 2026
Copilot AI changed the title Fix the failing GitHub Actions "test" job by replacing micromamba with pip Fix CI: replace micromamba with conda-incubator/setup-miniconda on conda-forge Jun 8, 2026
@samwaseda samwaseda merged commit f92c755 into main Jun 8, 2026
2 checks passed
@samwaseda samwaseda deleted the restructure branch June 8, 2026 08:17
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