We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
main
1.x
1 parent c809abc commit f574729Copy full SHA for f574729
.github/workflows/conda_canary.yml
@@ -29,20 +29,20 @@ jobs:
29
steps:
30
- uses: actions/checkout@v4
31
with:
32
- ref: '1.x' # Conda latest is on 1.x version
+ ref: 'main'
33
- name: create mamba build environment
34
uses: mamba-org/setup-micromamba@v1
35
36
environment-name: build_env
37
- environment-file: ./mamba/environment-dev.yml
+ environment-file: ./dev/environment-dev.yml
38
condarc: |
39
channels:
40
- conda-forge
41
- conda-canary/label/dev
42
channel-priority: flexible
43
create-args: >-
44
python=3.10
45
- conda=*+*
+ conda=*
46
47
# Build Mamba
48
- uses: hendrikmuhs/ccache-action@main
0 commit comments