Skip to content

Commit 3635fc4

Browse files
authored
Remove github action tests (PR is coming)
1 parent 81a32a3 commit 3635fc4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,3 @@ jobs:
2828
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
2929
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
3030
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
31-
- name: Test with pytest
32-
run: |
33-
pip install pytest "pytest-cov<2.6"
34-
python setup.py develop
35-
python -m pytest -v test/ ot/ --doctest-modules --ignore ot/gpu/ --cov=ot

0 commit comments

Comments
 (0)