Skip to content

ASV PR Workflow Failing  #913

@philipc2

Description

@philipc2

The ASV Benchmarking PR Workflow has started to fail due to build not being recognized by mamba/conda

pypa/build#803

https://github.com/UXARRAY/uxarray/actions/runs/10568661430/job/29280049250?pr=811#step:11:5

Appears to be an issue with this part of the workflow. Looking into it now.

- name: Set up Conda environment
uses: mamba-org/setup-micromamba@v1
with:
environment-file: ${{env.CONDA_ENV_FILE}}
cache-environment: true
environment-name: uxarray_build
cache-environment-key: "${{runner.os}}-${{runner.arch}}-py${{env.PYTHON_VERSION}}-${{env.TODAY}}-${{hashFiles(env.CONDA_ENV_FILE)}}-benchmark"
create-args: >-
asv
build
mamba

Specifically, it can't find a package called 'build'

  The following package could not be installed
  └─ build does not exist (perhaps a typo or a missing channel).

Originally posted by @philipc2 in #811 (comment)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

✅ Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions