Actions: Fix workflows
Adopt to new pyproject install method Signed-off-by: kingbri <bdashore3@proton.me>
This commit is contained in:
parent
1e7cf1e5a4
commit
51b289cab2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ruff.yml
vendored
2
.github/workflows/ruff.yml
vendored
|
|
@ -23,7 +23,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install -r requirements-dev.txt
|
||||
pip install .[dev]
|
||||
- name: Format and show diff with ruff
|
||||
run: |
|
||||
ruff format --diff
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue