There was an error while loading. Please reload this page.
1 parent ca5eb0f commit 4e907d0Copy full SHA for 4e907d0
2 files changed
.github/workflows/daily.yml
@@ -141,7 +141,7 @@ jobs:
141
run: |
142
cd stub_uploader
143
# 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
+ uv run --python=3.13 --locked --group dev -m pytest tests
145
146
# https://github.community/t/run-github-actions-job-only-if-previous-job-has-failed/174786/2
147
create-issue-on-failure:
.github/workflows/tests.yml
@@ -267,4 +267,4 @@ jobs:
267
- name: Run tests
268
269
270
- uv run --python=3.13 --group dev -m pytest tests
0 commit comments