mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-06-19 09:13:53 +00:00
Fix CI
This commit is contained in:
parent
28485cfa3e
commit
7422e90e89
1
.github/workflows/pythonapp.yml
vendored
1
.github/workflows/pythonapp.yml
vendored
@ -22,6 +22,7 @@ jobs:
|
||||
pip install -r requirements.txt
|
||||
- name: Lint with flake8
|
||||
run: |
|
||||
pip install -Iv enum34==1.1.6 # https://bitbucket.org/stoneleaf/enum34/issues/27/enum34-118-broken
|
||||
pip install flake8
|
||||
flake8 . --count --show-source --statistics
|
||||
- name: Run unit tests
|
||||
|
||||
Loading…
Reference in New Issue
Block a user