Skip to content

Commit 25541be

Browse files
committed
Pin conda-standalone until constructor 3.11.2 is available on conda-forge
1 parent a335888 commit 25541be

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,9 @@ jobs:
129129

130130
- name: Install constructor
131131
run: |
132-
conda install constructor=3.9.3
132+
# pin conda-standalone until constructor 3.11.2 is available on conda-forge
133+
# https://github.com/conda/constructor/issues/944
134+
conda install constructor conda-standalone=24.9.2
133135
134136
- name: Conda info
135137
run: |

0 commit comments

Comments
 (0)