We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f47511d commit be65997Copy full SHA for be65997
1 file changed
.github/workflows/build_conda.yaml
@@ -19,7 +19,7 @@ jobs:
19
uses: conda-incubator/setup-miniconda@505e6394dae86d6a5c7fbb6e3fb8938e3e863830
20
with:
21
python-version: "3.12"
22
- environment-file: recipe/build-env.yaml
+ environment-file: recipe/build-env.yml
23
activate-environment: build-environment
24
auto-update-conda: true
25
auto-activate-base: false
0 commit comments