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 dc6ef9f commit af442beCopy full SHA for af442be
.github/workflows/ci-main.yml
@@ -42,7 +42,7 @@ jobs:
42
- uses: actions/checkout@v3
43
- uses: actions/setup-python@v5
44
with:
45
- python-version: 3.11
+ python-version-file: 'pyproject.toml'
46
- name: Install uv
47
uses: astral-sh/setup-uv@v6
48
pyproject.toml
@@ -62,7 +62,7 @@ test-command = "uv run --with pytest pytest {package}"
62
[tool.cibuildwheel.linux]
63
before-all = [
64
"yum install -y libatomic",
65
- "yum install -y perl-IPC-Cmd perl-Digest-SHA",
+ "yum install -y perl-IPC-Cmd perl-Digest-SHA perl-Time-Piece",
66
]
67
manylinux-x86_64-image = "manylinux_2_28"
68
0 commit comments