Tweaking workflow

This commit is contained in:
2025-09-20 22:12:55 -07:00
parent 757c3171e7
commit d7fff23e5e

View File

@@ -27,8 +27,8 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
python -m pip install flake8 pytest pip install .
pip install -e . pip install .[dev]
- name: Lint with ruff - name: Lint with ruff
run: | run: |
ruff check src ruff check src