mirror of
https://github.com/LizardByte/Sunshine.git
synced 2026-08-07 10:20:46 +00:00
chore(deps): use lizardbyte-common for python helpers (#5250)
This commit is contained in:
@@ -172,7 +172,10 @@ jobs:
|
||||
enable-cache: true
|
||||
|
||||
- name: Sync Python tools
|
||||
run: uv sync --locked --only-group test --python "${PYTHON_VERSION}" --no-python-downloads --no-install-project
|
||||
run: |
|
||||
uv sync --project third-party/lizardbyte-common --locked --only-group test-c \
|
||||
--python "${PYTHON_VERSION}" \
|
||||
--no-python-downloads --no-install-project
|
||||
|
||||
- name: Run tests
|
||||
id: test
|
||||
@@ -192,7 +195,8 @@ jobs:
|
||||
(steps.test.outcome == 'success' || steps.test.outcome == 'failure')
|
||||
working-directory: build
|
||||
run: |
|
||||
uv run --locked --no-sync python -m gcovr --gcov-executable "gcov-${GCC_VERSION}" . -r ../src \
|
||||
uv run --project ../third-party/lizardbyte-common --locked --no-sync gcovr \
|
||||
--gcov-executable "gcov-${GCC_VERSION}" . -r ../src \
|
||||
--exclude-noncode-lines \
|
||||
--exclude-throw-branches \
|
||||
--exclude-unreachable-branches \
|
||||
|
||||
Reference in New Issue
Block a user