We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2106ad commit 6630ec2Copy full SHA for 6630ec2
1 file changed
.github/workflows/release.yml
@@ -18,6 +18,7 @@ jobs:
18
subdir: conda
19
anaconda_user: colomoto
20
anaconda_token: ${{ secrets.ANACONDA_TOKEN }}
21
+ conda_build_options: '-c bioasp'
22
- uses: actions/setup-python@v1
23
- name: Install dependencies
24
run: |
0 commit comments