Skip to content

Commit e9291cc

Browse files
committed
Trying to pin the Linux conda versions
1 parent 9d40784 commit e9291cc

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
@@ -15,13 +15,13 @@ jobs:
1515
- name: Set up Conda
1616
uses: conda-incubator/setup-miniconda@v3
1717
with:
18-
miniconda-version: "latest"
18+
miniconda-version: "26.1.1"
1919
activate-environment: constructor
2020

2121
- name: Create Conda environment
2222
shell: bash -el {0}
2323
run: |
24-
conda install -c conda-forge constructor conda-libmamba-solver
24+
conda install -c conda-forge constructor=3.15.1 conda-libmamba-solver
2525
mkdir out && cd out && constructor ../conda
2626
2727
- name: Upload Constructor output

0 commit comments

Comments
 (0)