Skip to content

Commit 62dac15

Browse files
committed
Trying to pin miniconda version to fix constructor error
1 parent b9f12aa commit 62dac15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/constructor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
- name: Set up Conda
8585
uses: conda-incubator/setup-miniconda@v3
8686
with:
87-
miniconda-version: "latest"
87+
miniconda-version: "26.1.1"
8888
activate-environment: constructor
8989

9090
- name: Create Conda environment

0 commit comments

Comments
 (0)