Skip to content

Commit bad035f

Browse files
committed
updated Github testing workdlow
1 parent b116702 commit bad035f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
- name: Install dependencies
2525
run: |
2626
pip install --user --upgrade pip
27-
pip install --user --upgrade setuptools wheel Cython
27+
pip install --user --upgrade setuptools wheel
2828
pip cache purge
2929
pip install --user .
3030
pip install --user .[test]
3131
- name: Run tests
32-
run: pytest --doctest-cython
32+
run: pytest

0 commit comments

Comments
 (0)