We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3611f7b commit f7fec76Copy full SHA for f7fec76
.github/workflows/python-app.yml
@@ -28,9 +28,6 @@ jobs:
28
pip install pylint Cython
29
pip install -r efficientdet/requirements.txt
30
pip install pycocotools==2.0.0
31
- - name: Lint with pylint
32
- run: |
33
- pylint --rcfile=.pylintrc `find $PWD -name 'efficientdet/*_test.py'`
34
- name: Test with pytest
35
run: |
36
bash efficientdet/test.sh
0 commit comments