Update python-package.yml

This commit is contained in:
Jamie Hardt
2025-09-20 22:19:14 -07:00
committed by GitHub
parent d7fff23e5e
commit 2a3f4a7c18

View File

@@ -28,7 +28,7 @@ jobs:
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install . pip install .
pip install .[dev] pip install --group dev .
- name: Lint with ruff - name: Lint with ruff
run: | run: |
ruff check src ruff check src