Skip to content

Commit e1ab209

Browse files
committed
fixup: Added debug code for CI
1 parent 8cee7a4 commit e1ab209

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/scripts/find_compatible_wheel.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
break
2828
elif len(matches) > 1:
2929
print(
30-
"Found multiple matches for the same tag " + str(tag),
30+
f"Found multiple matches for the same tag `{tag}`",
3131
matches,
3232
file=sys.stderr,
3333
)

.github/workflows/python-build-test.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ jobs:
205205
- name: Install pylace
206206
if: ${{ matrix.target != 'aarch64' }}
207207
run: |
208+
python -sS -c "import platform; print(platform.mac_ver())"
208209
ls -l ./dist
209210
WHEEL_FILE=$(python3 .github/scripts/find_compatible_wheel.py pylace ./dist)
210211
echo "Installing $WHEEL_FILE"

0 commit comments

Comments
 (0)