Skip to content

Commit f401d9c

Browse files
authored
run tests
1 parent 3f4c623 commit f401d9c

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ jobs:
2727
- name: Install dependencies
2828
run: |
2929
python -m pip install --upgrade pip
30-
python -m pip install flake8 pytest
3130
if [ -f dev-requirements.txt ]; then pip install -r dev-requirements.txt; fi
32-
- name: Test with pytest
31+
- name: Run Tests
3332
run: |
34-
pytest
33+
python tests.py

0 commit comments

Comments
 (0)