mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-11-19 10:06:11 +00:00
Add 'packaging' to dependencies installation in CI workflow
This commit is contained in:
2
.github/workflows/ci-checks.yml
vendored
2
.github/workflows/ci-checks.yml
vendored
@@ -35,7 +35,7 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
uv venv
|
||||
uv pip install requests
|
||||
uv pip install requests packaging
|
||||
- name: Run CI checks
|
||||
run: |
|
||||
uv run .github/scripts/ci_checks.py
|
||||
|
||||
Reference in New Issue
Block a user