Skip to content

Commit

Permalink
update test script
Browse files Browse the repository at this point in the history
  • Loading branch information
fsx950223 committed Nov 6, 2020
1 parent 3611f7b commit f7fec76
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ jobs:
pip install pylint Cython
pip install -r efficientdet/requirements.txt
pip install pycocotools==2.0.0
- name: Lint with pylint
run: |
pylint --rcfile=.pylintrc `find $PWD -name 'efficientdet/*_test.py'`
- name: Test with pytest
run: |
bash efficientdet/test.sh

0 comments on commit f7fec76

Please sign in to comment.