Skip to content

Commit 1856c19

Browse files
resolved conflicts
1 parent 861f276 commit 1856c19

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-app.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ jobs:
3030
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
3131
- name: Test with pytest
3232
run: |
33-
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
34-
git diff origin/main HEAD --name-only -- practice | xargs dirname | sort | uniq | xargs pytest
33+
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
34+
git diff origin/main HEAD --name-only -- practice | xargs dirname | sort | uniq | xargs pytest
3535
- name: Lint with flake8
3636
run: |
3737
# stop the build if there are Python syntax errors or undefined names
3838
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
3939
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
40-
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
40+
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics

0 commit comments

Comments
 (0)