Skip to content

Commit f956eda

Browse files
committed
Update test run to use uv
1 parent e2ead16 commit f956eda

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_release_automation.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@ jobs:
6262
--entrypoint /bin/bash \
6363
test-image:latest \
6464
-c "
65-
cd release-automation
65+
cd /release-automation
6666
set -e
6767
echo '=== Installing test dependencies ==='
68-
pip install pytest pytest-cov
68+
uv sync --frozen --all-extras
6969
echo '=== Running tests ==='
70-
pytest -v tests/
70+
uv run pytest
7171
"
7272
7373
- name: Log in to Container Registry

0 commit comments

Comments
 (0)