Skip to content

Commit

Permalink
devops: add microsoft channel to conda publishing pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt committed Aug 9, 2023
1 parent 9af892c commit 0d5a50e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: conda-incubator/setup-miniconda@v2
with:
python-version: 3.9
channels: conda-forge
channels: conda-forge,microsoft
# TODO: Can be removed after https://github.com/conda/conda/issues/12955 is fixed
conda-version: 23.5.2
- name: Prepare
Expand Down

0 comments on commit 0d5a50e

Please sign in to comment.