mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-11-19 06:16:11 +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
|
uses: astral-sh/setup-uv@v5
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
uv pip install requests
|
uv pip install requests --system
|
||||||
- name: Run CI checks
|
- name: Run CI checks
|
||||||
run: |
|
run: |
|
||||||
python .github/scripts/ci_checks.py
|
python .github/scripts/ci_checks.py
|
||||||
|
|||||||
Reference in New Issue
Block a user