Skip to content

Commit ba8a253

Browse files
committed
Install testing dependencies from pyproject.toml
1 parent b89116d commit ba8a253

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,10 @@ jobs:
3030
miniforge-version: latest
3131
auto-update-conda: true
3232

33-
- name: Install dependencies
33+
- name: Install package and testing dependencies
3434
run: |
35-
pip install -r requirements.txt
36-
37-
- name: Install package
38-
run: |
39-
pip install -e .
35+
pip install .[test]
4036
4137
- name: Test
4238
run: |
43-
pytest -vvv
39+
make test

0 commit comments

Comments
 (0)