We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 695c3ea commit ad46f15Copy full SHA for ad46f15
.github/workflows/ci.yml
@@ -61,8 +61,8 @@ jobs:
61
uses: conda-incubator/setup-miniconda@v3
62
with:
63
python-version: 3.9
64
- channels: conda-forge
+ channels: microsoft,conda-forge
65
- name: Prepare
66
run: conda install conda-build conda-verify
67
- name: Build
68
- run: conda build . -c microsoft -c conda-forge
+ run: conda build .
.github/workflows/python-publish.yml
@@ -16,7 +16,7 @@ jobs:
16
17
18
19
- channels: conda-forge,microsoft
20
21
run: conda install anaconda-client conda-build conda-verify
22
- name: Build and Upload
0 commit comments