Skip to content

Commit 9ed2cf7

Browse files
committed
install the dependencies to run the tests
1 parent 7d53e8d commit 9ed2cf7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ jobs:
2828
run: |
2929
which python
3030
python --version
31+
- name: Install dependencies
32+
run: |
33+
python -m pip install --upgrade pip setuptools
34+
python -m pip install .[dev]
3135
- name: Run pytest
3236
run: |
3337
python -m pytest -v --durations=0

0 commit comments

Comments
 (0)