ci: add ruff and pytest to pip install step on GitHub CI
This commit is contained in:
parent
874628ce24
commit
e0346cfe6c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -29,7 +29,7 @@ jobs:
|
|||
run: pip install git+https://git.opensourcesolarpunk.com/Circuit-Forge/circuitforge-core.git@main
|
||||
|
||||
- name: Install dependencies
|
||||
run: pip install -r requirements.txt
|
||||
run: pip install -r requirements.txt ruff pytest
|
||||
|
||||
- name: Lint
|
||||
run: ruff check .
|
||||
|
|
|
|||
Loading…
Reference in a new issue