Skip to content

Commit efd0373

Browse files
authored
Fix CI to use pyproject.toml
1 parent 2b7bc5c commit efd0373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install dependencies
3232
run: |
3333
python -m pip install --upgrade pip pylint black mypy sphinx-lint
34-
pip install -r requirements.txt
34+
pip install .
3535
3636
- name: Run Pylint
3737
run: |

0 commit comments

Comments
 (0)