Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update workflow to build python3.13 wheels #2007

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

KEKE046
Copy link

@KEKE046 KEKE046 commented Jan 8, 2025

Issue #2006, add 3.13 in workflow file to build python 3.13 wheels.

strategy:
fail-fast: false
matrix:
python_version: [
"3.10", "3.12",
]

@fifield
Copy link
Collaborator

fifield commented Jan 8, 2025

  /home/runner/work/_actions/uraimo/run-on-arch-action/v2.7.0/src/run-on-arch-commands.sh: line 20: python3.13: command not found

The run failed because the ubuntu 22 docker image used to build the wheels does not contain python3.13.
https://github.com/Xilinx/mlir-aie/actions/runs/12664973109/job/35318515530

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants