Skip to content

Commit cc2ee7e

Browse files
Update .github/workflows/ci.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent fe3d9d6 commit cc2ee7e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
with:
2121
python-version: "3.12"
2222

23-
- name: Install ruff
24-
run: pip install ruff
23+
- name: Install dependencies
24+
run: pip install -r requirements-dev.txt
2525

2626
- name: Ruff check
2727
run: ruff check .

0 commit comments

Comments
 (0)