Skip to content

Commit 52d8219

Browse files
committed
chore(tox): Don't pin setup-uv version to 3.14t
also buffer generate-test-files.sh
1 parent d7a1cc4 commit 52d8219

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/update-tox.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ jobs:
2525

2626
- name: Install uv
2727
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
28-
with:
29-
python-version: 3.14t
3028

3129
- name: Configure git
3230
run: |

scripts/generate-test-files.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ set -xe
77
cd "$(dirname "$0")"
88

99
export UV_PROJECT_ENVIRONMENT=toxgen.venv
10+
export PYTHONUNBUFFERED=1
1011

1112
uv run --python 3.14t --group toxgen --with-editable .. python populate_tox/populate_tox.py
1213
uv run --python 3.14t --group toxgen --with-editable .. python split_tox_gh_actions/split_tox_gh_actions.py

0 commit comments

Comments
 (0)