We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e36a7d9 commit b01f36cCopy full SHA for b01f36c
1 file changed
.github/workflows/testpr.yml
@@ -113,7 +113,7 @@ jobs:
113
- name: Build recipes
114
shell: bash -l {0}
115
run: |
116
- pixi run rattler-build build --recipe-dir recipes --target-platform ${{ matrix.platform }} -m ./conda_build_config.yaml -c conda-forge -c robostack-rolling --skip-existing
+ pixi run rattler-build build --recipe-dir recipes --target-platform ${{ matrix.platform }} -m ./conda_build_config.yaml -c https://prefix.dev/conda-forge -c https://prefix.dev/robostack-rolling --skip-existing
117
118
- name: See packages that will be saved in cache
119
0 commit comments