Skip to content

Commit

Permalink
only conda-forge for build
Browse files Browse the repository at this point in the history
  • Loading branch information
zachcp committed Dec 8, 2024
1 parent 87ca4f7 commit f341204
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@ jobs:
shell: bash
run: |
rattler-build build --recipe-dir . \
--skip-existing=all --target-platform=${{ matrix.target }} \
-c conda-forge -c https://prefix.dev/protein-language-local-public
--skip-existing=all \
--target-platform=${{ matrix.target }} \
-c conda-forge
- name: Upload all packages
shell: bash
Expand Down

0 comments on commit f341204

Please sign in to comment.