Skip to content

Commit af442be

Browse files
committed
Update CI configuration to use python-version-file and add perl-Time-Piece dependency
1 parent dc6ef9f commit af442be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- uses: actions/checkout@v3
4343
- uses: actions/setup-python@v5
4444
with:
45-
python-version: 3.11
45+
python-version-file: 'pyproject.toml'
4646
- name: Install uv
4747
uses: astral-sh/setup-uv@v6
4848
with:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ test-command = "uv run --with pytest pytest {package}"
6262
[tool.cibuildwheel.linux]
6363
before-all = [
6464
"yum install -y libatomic",
65-
"yum install -y perl-IPC-Cmd perl-Digest-SHA",
65+
"yum install -y perl-IPC-Cmd perl-Digest-SHA perl-Time-Piece",
6666
]
6767
manylinux-x86_64-image = "manylinux_2_28"
6868

0 commit comments

Comments
 (0)