mirror of
https://github.com/theroyallab/tabbyAPI.git
synced 2026-03-14 15:57:27 +00:00
Actions: Fix workflows
Adopt to new pyproject install method Signed-off-by: kingbri <bdashore3@proton.me>
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user