We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e755311 commit 67a3064Copy full SHA for 67a3064
.github/workflows/publish.yml
@@ -44,8 +44,6 @@ jobs:
44
if [ "${{ matrix.target-platform }}" == "osx-arm64" ]; then
45
conda build --user microsoft . -m conda_build_config_osx_arm64.yaml
46
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
49
conda build --user microsoft . -m conda_build_config_linux_aarch64.yaml
50
else
51
conda build --user microsoft .
0 commit comments