removed conda build pin

This commit is contained in:
Fröjd Lars Erik 2025-03-20 13:28:46 +01:00
parent 9f49ac6457
commit c3b197f209

View File

@ -27,7 +27,7 @@ jobs:
channels: conda-forge channels: conda-forge
- name: Prepare - 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 - name: Disable upload
run: conda config --set anaconda_upload no run: conda config --set anaconda_upload no