mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-11-19 06:16:11 +00:00
Update CI workflow to use 'uv run' for executing CI checks script
This commit is contained in:
2
.github/workflows/ci-checks.yml
vendored
2
.github/workflows/ci-checks.yml
vendored
@@ -38,4 +38,4 @@ jobs:
|
|||||||
uv pip install requests
|
uv pip install requests
|
||||||
- name: Run CI checks
|
- name: Run CI checks
|
||||||
run: |
|
run: |
|
||||||
python .github/scripts/ci_checks.py
|
uv run .github/scripts/ci_checks.py
|
||||||
|
|||||||
Reference in New Issue
Block a user