File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 66jobs :
77 deploy-conda :
88 strategy :
9+ fail-fast : false
910 matrix :
1011 include :
1112 - os : ubuntu-latest
2425 # Required for conda-incubator/setup-miniconda@v3
2526 shell : bash -el {0}
2627 steps :
27- - uses : actions/checkout@v3
28+ - uses : actions/checkout@v4
2829 with :
2930 fetch-depth : 0
3031 - name : Get conda
4344 if [ "${{ matrix.target-platform }}" == "osx-arm64" ]; then
4445 conda build --user microsoft . -m conda_build_config_osx_arm64.yaml
4546 elif [ "${{ matrix.target-platform }}" == "linux-aarch64" ]; then
46- conda install cross-python_linux-aarch64
47+ # Needs to be pinned until https://github.com/conda-forge/cross-python-feedstock/issues/93 is resolved.
48+ conda install cross-python_linux-aarch64=3.12=47_cpython
4749 conda build --user microsoft . -m conda_build_config_linux_aarch64.yaml
4850 else
4951 conda build --user microsoft .
You can’t perform that action at this time.
0 commit comments