Skip to content

Commit

Permalink
ci: Make Conda Nightly tests use main over 1.x
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Jerphanion <[email protected]>
  • Loading branch information
jjerphan committed Nov 25, 2024
1 parent c809abc commit f574729
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/conda_canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,20 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: '1.x' # Conda latest is on 1.x version
ref: 'main'
- name: create mamba build environment
uses: mamba-org/setup-micromamba@v1
with:
environment-name: build_env
environment-file: ./mamba/environment-dev.yml
environment-file: ./dev/environment-dev.yml
condarc: |
channels:
- conda-forge
- conda-canary/label/dev
channel-priority: flexible
create-args: >-
python=3.10
conda=*+*
conda=*
# Build Mamba
- uses: hendrikmuhs/ccache-action@main
Expand Down

0 comments on commit f574729

Please sign in to comment.