Skip to content

Commit 11325d2

Browse files
committed
Add pytest
1 parent 6669747 commit 11325d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install dependencies
2727
run: |
2828
python -m pip install --upgrade pip
29-
python -m pip install --only-binary=wheel setuptools twine
29+
python -m pip install --only-binary=wheel setuptools twine pytest
3030
python -m pip install -e ".[test]"
3131
3232
- name: Unit tests

0 commit comments

Comments
 (0)