mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-06-19 17:23:53 +00:00
CI fix
This commit is contained in:
parent
0bd62c9118
commit
0d8de2620f
1
.github/workflows/pythonapp.yml
vendored
1
.github/workflows/pythonapp.yml
vendored
@ -23,5 +23,4 @@ jobs:
|
|||||||
flake8 . --count --show-source --statistics
|
flake8 . --count --show-source --statistics
|
||||||
- name: Run unit tests
|
- name: Run unit tests
|
||||||
run: |
|
run: |
|
||||||
pip install unittest
|
|
||||||
python -m unittest discover -v tests/unit
|
python -m unittest discover -v tests/unit
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user