Skip to content

Commit e2feeea

Browse files
committed
Trying to specifically pin constructor version
1 parent 62dac15 commit e2feeea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/constructor.yml

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

9090
- name: Create Conda environment
9191
shell: bash -el {0}
9292
run: |
93-
conda install -c conda-forge constructor conda-libmamba-solver
93+
conda install -c conda-forge constructor=3.15.1 conda-libmamba-solver
9494
mkdir out && cd out && constructor ../conda
9595
9696
- name: Upload Constructor output

0 commit comments

Comments
 (0)