Actions: Fix workflows

Adopt to new pyproject install method

Signed-off-by: kingbri <bdashore3@proton.me>
This commit is contained in:
kingbri 2024-03-20 15:15:34 -04:00 committed by Brian Dashore
parent 1e7cf1e5a4
commit 51b289cab2

View file

@ -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