Skip to content

Commit 070a430

Browse files
committed
thingy
1 parent bd3469a commit 070a430

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

.github/workflows/build-python-release.reusable.yaml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858

5959
name: ${{ matrix._.target }}
6060
runs-on: ${{ matrix._.runs_on }}
61+
# See also https://github.com/mcrumiller/polars/.github/workflows/release-python.yml#L282
6162
steps:
6263
- name: Setup build environment (ARM64 Windows)
6364
if: matrix._.target == 'aarch64-pc-windows-msvc'
@@ -106,14 +107,14 @@ jobs:
106107
107108
Get-Content $Env:GITHUB_PATH | Out-Host
108109
109-
- name: Check build environment (ARM64 Windows)
110-
if: matrix._.target == 'aarch64-pc-windows-msvc'
111-
run: |
112-
set -x
113-
bash --version
114-
rustup show
115-
clang -v
116-
cmake --version
110+
# - name: Check build environment (ARM64 Windows)
111+
# if: matrix._.target == 'aarch64-pc-windows-msvc'
112+
# run: |
113+
# set -x
114+
# bash --version
115+
# rustup show
116+
# clang -v
117+
# cmake --version
117118

118119
- uses: actions/checkout@v4
119120
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)