Commit 7c800eb
authored
fix(ci): use an absolute local channel for conda pkg-install (#186)
The package.yml verification passed `local-channel: conda.recipe` (a relative
path) to conda-actions/pkg-install; micromamba resolves a bare name as a remote
channel, 404-ing on https://conda.anaconda.org/conda.recipe/noarch/repodata.json
and failing the conda-build job. This was latent because package.yml only runs
on qa/main/tags (never on next), so it first surfaced on the next->qa promotion.
Stage the built noarch package into a clean absolute channel dir
(/tmp/local-channel/noarch) and point pkg-install there, matching the working
CGC pattern.
Assisted-With: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 54e1646 commit 7c800eb
1 file changed
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
30 | 38 | | |
31 | 39 | | |
32 | 40 | | |
| |||
35 | 43 | | |
36 | 44 | | |
37 | 45 | | |
38 | | - | |
| 46 | + | |
39 | 47 | | |
40 | 48 | | |
41 | 49 | | |
| |||
0 commit comments