Skip to content

Commit 676d4fc

Browse files
committed
test: skip pytest until there are unit tests
#1
1 parent 021db48 commit 676d4fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-run-all-steps.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
3232
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
3333
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
3434
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
35-
- name: Test with pytest
36-
run: |
37-
pytest
35+
# - name: Test with pytest
36+
# run: |
37+
# pytest
3838
- name: Run All Steps
3939
run: |
4040
python run_all_steps.py

0 commit comments

Comments
 (0)