Skip to content

Commit b8903c9

Browse files
add github actions
1 parent 7d3dc65 commit b8903c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install dev tools
2222
run: |
2323
python -m pip install --upgrade pip
24-
pip install -r requirements-dev.txt
24+
pip install -r requirements.txt
2525
2626
- name: Ruff (lint)
2727
run: ruff check .

0 commit comments

Comments
 (0)