File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030fi
3131
3232if ${is_rc}
33- then
34- conda env create --file environment_test_with_pyversion.yml -c conda-forge -c conda-forge/label/python_rc --override-channels
35- else
36- conda env create --file environment_test_with_pyversion.yml
33+ sed -i ' /^channels:/,/^dependencies:/ { /^ - /h; }; ${x;s/.*/ - conda-forge/label/python_rc/;p}' environment_test_with_pyversion.yml
3734fi
35+ conda env create --file environment_test_with_pyversion.yml
3836rm environment_test_with_pyversion.yml
3937
4038if ${is_azure}
Original file line number Diff line number Diff line change 5353 python.freethreading : True
5454 win-Python314 :
5555 image : windows-latest
56- python.version : ' 3.14.0 '
56+ python.version : ' 3.14'
5757 python.release_candidate : True
5858 displayName : " ${{ variables.image }} ${{ variables.python.version }}"
5959 pool :
You can’t perform that action at this time.
0 commit comments