Skip to content

Commit f574729

Browse files
committed
ci: Make Conda Nightly tests use main over 1.x
Signed-off-by: Julien Jerphanion <[email protected]>
1 parent c809abc commit f574729

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/conda_canary.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,20 @@ jobs:
2929
steps:
3030
- uses: actions/checkout@v4
3131
with:
32-
ref: '1.x' # Conda latest is on 1.x version
32+
ref: 'main'
3333
- name: create mamba build environment
3434
uses: mamba-org/setup-micromamba@v1
3535
with:
3636
environment-name: build_env
37-
environment-file: ./mamba/environment-dev.yml
37+
environment-file: ./dev/environment-dev.yml
3838
condarc: |
3939
channels:
4040
- conda-forge
4141
- conda-canary/label/dev
4242
channel-priority: flexible
4343
create-args: >-
4444
python=3.10
45-
conda=*+*
45+
conda=*
4646
4747
# Build Mamba
4848
- uses: hendrikmuhs/ccache-action@main

0 commit comments

Comments
 (0)