Skip to content

Commit

Permalink
fixup: Added debug code for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidmt committed May 1, 2024
1 parent 8cee7a4 commit e1ab209
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/find_compatible_wheel.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
break
elif len(matches) > 1:
print(
"Found multiple matches for the same tag " + str(tag),
f"Found multiple matches for the same tag `{tag}`",
matches,
file=sys.stderr,
)
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/python-build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ jobs:
- name: Install pylace
if: ${{ matrix.target != 'aarch64' }}
run: |
python -sS -c "import platform; print(platform.mac_ver())"
ls -l ./dist
WHEEL_FILE=$(python3 .github/scripts/find_compatible_wheel.py pylace ./dist)
echo "Installing $WHEEL_FILE"
Expand Down

0 comments on commit e1ab209

Please sign in to comment.