Skip to content

Commit 5f30204

Browse files
authored
dumped pytest
1 parent 642dfd3 commit 5f30204

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install dependencies
2727
run: |
2828
python -m pip install --upgrade pip
29-
pip install flake8 pylint pytest
29+
pip install flake8 pylint
3030
pip install -r requirements.txt
3131
- name: Lint with flake8
3232
run: |
@@ -37,6 +37,3 @@ jobs:
3737
- name: Lint with pylint
3838
run: |
3939
pylint -E tmDiff
40-
- name: Test with pytest
41-
run: |
42-
pytest

0 commit comments

Comments
 (0)