Skip to content

Commit ff2a4fd

Browse files
fix: update channel ordering to reflect priority (#157)
* fix: update channel ordering to reflecte priority Signed-off-by: Seth Stadick <sstadick@gmail.com> * feat: check conda namespances for name collisions Signed-off-by: Seth Stadick <sstadick@gmail.com> * fix: add conda for conda search * fix: use pixi v0.37.0 to create lockfile * fix: actually search for the package * fix: turn off flexible search for conda --------- Signed-off-by: Seth Stadick <sstadick@gmail.com> Co-authored-by: Caroline Frasca <42614552+carolinefrasca@users.noreply.github.com>
1 parent 851547b commit ff2a4fd

File tree

6 files changed

+1978
-36
lines changed

6 files changed

+1978
-36
lines changed

.github/workflows/build-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Build packages
2929
shell: bash
30-
run: pixi run build-all --channel https://prefix.dev/modular-community --channel https://conda.modular.com/max
30+
run: pixi run build-all
3131
env:
3232
RATTLER_BUILD_ENABLE_GITHUB_INTEGRATION: true
3333
RATTLER_BUILD_COLOR: always

.github/workflows/build-upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Build packages
3636
shell: bash
37-
run: pixi run build-all --channel https://prefix.dev/modular-community --channel https://conda.modular.com/max
37+
run: pixi run build-all
3838
env:
3939
RATTLER_BUILD_ENABLE_GITHUB_INTEGRATION: true
4040
RATTLER_BUILD_COLOR: always

0 commit comments

Comments
 (0)