Skip to content

Commit be65997

Browse files
committed
Fix type in github action
1 parent f47511d commit be65997

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_conda.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: conda-incubator/setup-miniconda@505e6394dae86d6a5c7fbb6e3fb8938e3e863830
2020
with:
2121
python-version: "3.12"
22-
environment-file: recipe/build-env.yaml
22+
environment-file: recipe/build-env.yml
2323
activate-environment: build-environment
2424
auto-update-conda: true
2525
auto-activate-base: false

0 commit comments

Comments
 (0)