mirror of
https://github.com/philip306/countapi.git
synced 2024-06-15 10:55:23 +03:00
fixed pytest relative package issue
This commit is contained in:
parent
a32083d7f5
commit
6ebcb43aba
2
.github/workflows/python-app.yml
vendored
2
.github/workflows/python-app.yml
vendored
@ -33,4 +33,4 @@ jobs:
|
|||||||
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
|
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
|
||||||
- name: Test with pytest
|
- name: Test with pytest
|
||||||
run: |
|
run: |
|
||||||
pytest
|
python -m pytest
|
||||||
|
Loading…
Reference in New Issue
Block a user