Skip to content

Commit 3020063

Browse files
authored
Update run_tests.yml to use pyproject.toml
1 parent 9172f3c commit 3020063

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Install requirements
2626
run: |
27-
python3 -m pip install .
27+
python3 -m pip install .[dev]
2828
- name: Run test suite
2929
run: |
3030
python3 -m pytest

0 commit comments

Comments
 (0)