Skip to content

Commit f565df1

Browse files
committed
improve readability, separate build run tasks
1 parent e2bff8d commit f565df1

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/python-app.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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

45
name: Python application
56

@@ -51,14 +52,7 @@ jobs:
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

0 commit comments

Comments
 (0)