Skip to content

Commit 4e907d0

Browse files
authored
Update stub_uploader tests daily command (#16364)
* Update stub_uploader tests daily command * Add --locked * emptry commit to trigger CI (timeout problem)
1 parent ca5eb0f commit 4e907d0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/daily.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
run: |
142142
cd stub_uploader
143143
# Keep Python version in sync with stub_uploader's check_scripts.yml workflow.
144-
uv run --python=3.13 --no-project --with-requirements=requirements.txt -m pytest tests
144+
uv run --python=3.13 --locked --group dev -m pytest tests
145145
146146
# https://github.community/t/run-github-actions-job-only-if-previous-job-has-failed/174786/2
147147
create-issue-on-failure:

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,4 +267,4 @@ jobs:
267267
- name: Run tests
268268
run: |
269269
cd stub_uploader
270-
uv run --python=3.13 --group dev -m pytest tests
270+
uv run --python=3.13 --locked --group dev -m pytest tests

0 commit comments

Comments
 (0)