Skip to content

Commit 67a3064

Browse files
committed
devops: do not install cross-python_linux-aarch64 on conda publishing
1 parent e755311 commit 67a3064

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ jobs:
4444
if [ "${{ matrix.target-platform }}" == "osx-arm64" ]; then
4545
conda build --user microsoft . -m conda_build_config_osx_arm64.yaml
4646
elif [ "${{ matrix.target-platform }}" == "linux-aarch64" ]; then
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
4947
conda build --user microsoft . -m conda_build_config_linux_aarch64.yaml
5048
else
5149
conda build --user microsoft .

0 commit comments

Comments
 (0)