Skip to content

Commit a0104f8

Browse files
authored
Update 0417_pacific_atlantic_water_flow_rec.yml
1 parent 0fe792a commit a0104f8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/0417_pacific_atlantic_water_flow_rec.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
2525
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
2626
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
27-
- name: Test with pytest
28-
run: |
29-
pip install pytest
30-
pytest
27+
#- name: Test with pytest
28+
# run: |
29+
# pip install pytest
30+
# pytest
3131
- name: Python Style Checker
3232
uses: andymckay/[email protected]
3333
- run: python 0417_pacific_atlantic_water_flow.py

0 commit comments

Comments
 (0)