Clean-up CI setup

This commit is contained in:
Jensun Ravichandran
2021-05-10 16:37:43 +02:00
parent 3a8388e24f
commit dda2f1d779
5 changed files with 13 additions and 36 deletions

View File

@@ -23,10 +23,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install .
- name: Install extras
run: |
pip install -r requirements.txt
pip install .[all]
- name: Lint with flake8
run: |
pip install flake8