File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed
Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change 11# This workflow will install Python dependencies, run tests and lint with a single version of Python
2- # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
2+ # For more information see:
3+ # https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
34
45name : Python application
56
5152 flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
5253 # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
5354 flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
54- # DVC iterative setup installation path is not working (Nov 2024), now happens via requirement.txt
55- # - name: DVC install # see: https://github.com/iterative/setup-dvc
56- # uses: iterative/setup-dvc@v1
57- # - name: DVC
58- # run: |
59- # # see: https://dvc.org/doc/user-guide/troubleshooting#missing-files,
60- # # no remote cloud service available yet
61- # dvc pull
55+
6256 - name : Test with pytest
6357 run : |
6458 # Final action: runs pytest for all tests in the ./tests dir
You can’t perform that action at this time.
0 commit comments