We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f4c623 commit f401d9cCopy full SHA for f401d9c
1 file changed
.github/workflows/python-package.yml
@@ -27,8 +27,7 @@ jobs:
27
- name: Install dependencies
28
run: |
29
python -m pip install --upgrade pip
30
- python -m pip install flake8 pytest
31
if [ -f dev-requirements.txt ]; then pip install -r dev-requirements.txt; fi
32
- - name: Test with pytest
+ - name: Run Tests
33
34
- pytest
+ python tests.py
0 commit comments