-
Notifications
You must be signed in to change notification settings - Fork 47
Closed
Description
The ASV Benchmarking PR Workflow has started to fail due to build not being recognized by mamba/conda
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.
uxarray/.github/workflows/asv-benchmarking-pr.yml
Lines 23 to 33 in 38ae001
| - 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)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
✅ Done