Skip to content

Commit f7fec76

Browse files
committed
update test script
1 parent 3611f7b commit f7fec76

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/python-app.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ jobs:
2828
pip install pylint Cython
2929
pip install -r efficientdet/requirements.txt
3030
pip install pycocotools==2.0.0
31-
- name: Lint with pylint
32-
run: |
33-
pylint --rcfile=.pylintrc `find $PWD -name 'efficientdet/*_test.py'`
3431
- name: Test with pytest
3532
run: |
3633
bash efficientdet/test.sh

0 commit comments

Comments
 (0)