mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-11-19 12:06:10 +00:00
Fix dependency installation command in CI workflow
This commit is contained in:
2
.github/workflows/ci-checks.yml
vendored
2
.github/workflows/ci-checks.yml
vendored
@@ -34,7 +34,7 @@ jobs:
|
||||
uses: astral-sh/setup-uv@v5
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
uv pip install requests
|
||||
uv pip install requests --system
|
||||
- name: Run CI checks
|
||||
run: |
|
||||
python .github/scripts/ci_checks.py
|
||||
|
||||
Reference in New Issue
Block a user