removed conda build pin

This commit is contained in:
Fröjd Lars Erik
2025-05-22 17:47:54 +02:00
committed by maliakal_d
parent 62dc042040
commit 92cae4c000
+1 -1
View File
@@ -27,7 +27,7 @@ jobs:
channels: conda-forge
- name: Prepare
run: conda install conda-build=24.9 conda-verify pytest anaconda-client
run: conda install conda-build conda-verify pytest anaconda-client
- name: Disable upload
run: conda config --set anaconda_upload no