Skip to content

Commit 3460062

Browse files
Update actions.yml
1 parent 7a457b8 commit 3460062

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/actions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
python -m pip install --upgrade pip
2121
pip install -r requirements.txt
2222
23-
- name: Run tests
24-
run: |
25-
pytest --junitxml=reports/junit/test-results.xml
23+
# - name: Run tests
24+
# run: |
25+
# pytest --junitxml=reports/junit/test-results.xml
2626

2727
- name: Lint with flake8
2828
run: |

0 commit comments

Comments
 (0)