Skip to content

Commit

Permalink
devops: do not install cross-python_linux-aarch64 on conda publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt committed Nov 7, 2024
1 parent 582bfd7 commit 2f422c1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ jobs:
if [ "${{ matrix.target-platform }}" == "osx-arm64" ]; then
conda build --user microsoft . -m conda_build_config_osx_arm64.yaml
elif [ "${{ matrix.target-platform }}" == "linux-aarch64" ]; then
# Needs to be pinned until https://github.com/conda-forge/cross-python-feedstock/issues/93 is resolved.
conda install cross-python_linux-aarch64=3.12=47_cpython
conda build --user microsoft . -m conda_build_config_linux_aarch64.yaml
else
conda build --user microsoft .
Expand Down

0 comments on commit 2f422c1

Please sign in to comment.