Skip to content

Commit 3e04af6

Browse files
committed
updated pyproject.toml
1 parent 625ce5f commit 3e04af6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Install dependencies
4949
run: |
5050
python -m pip install --upgrade pip
51-
pip install .
51+
pip install -e '.[test]'
5252
5353
- name: Run tests with pytest
5454
run: |

0 commit comments

Comments
 (0)