Skip to content

Commit

Permalink
using defaults channel for canary channel build
Browse files Browse the repository at this point in the history
  • Loading branch information
travishathaway committed Nov 23, 2023
1 parent ac964ec commit 79969cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
clean: true
fetch-depth: 0

# TODO: If this is ever promoted to conda, we need to upload to "conda-canary" organization instead
# TODO: If this is ever promoted to conda, we should upload to "conda-canary" organization instead
- name: Create and upload canary build
uses: conda/actions/canary-release@v23.3.0
with:
Expand All @@ -108,4 +108,4 @@ jobs:
anaconda-org-channel: thath
anaconda-org-label: ${{ github.ref_name == 'main' && 'dev' || format('{0}-{1}', github.event.repository.name, github.ref_name) }}
anaconda-org-token: ${{ secrets.ANACONDA_ORG_TOKEN }}
conda-build-arguments: '--override-channels -c conda-forge -c defaults'
conda-build-arguments: '--override-channels -c defaults'

0 comments on commit 79969cf

Please sign in to comment.