Skip to content

Commit 64ff88b

Browse files
committed
CI: use uv run --python 3.12 for run_pgembed_fixture.py
Avoids depending on the system Python version in the manylinux container. Also keeps from __future__ import annotations in the script itself as a safety net for older Python.
1 parent 118f783 commit 64ff88b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ jobs:
355355
run: |
356356
source /opt/rh/gcc-toolset-13/enable
357357
cp lbug.prod build/release/tools/shell/lbug
358-
python3 scripts/run_pgembed_fixture.py -- \
358+
uv run --python 3.12 python3 scripts/run_pgembed_fixture.py -- \
359359
ctest --test-dir build/release/test/runner --output-on-failure -j 1 --exclude-regex "" && \
360360
ctest --test-dir build/release/extension --output-on-failure -j "$(nproc)" --exclude-regex ""
361361

0 commit comments

Comments
 (0)