Skip to content

Commit 01cb64d

Browse files
committed
test
1 parent 9197317 commit 01cb64d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build_conda/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ runs:
3434
- name: Install conda build tools
3535
shell: ${{ steps.choose_shell.outputs.shell }}
3636
run: |
37-
conda install -y "conda==24.11.1"
37+
conda install -y "conda=24.11.1"
3838
conda install -y "conda-build!=24.11.0"
3939
# - name: Fix CI failure
4040
# shell: ${{ steps.choose_shell.outputs.shell }}

0 commit comments

Comments
 (0)