Skip to content

Commit

Permalink
Gunakan requirements-dev.txt untuk instalasi di CI
Browse files Browse the repository at this point in the history
  • Loading branch information
laymonage committed Apr 25, 2021
1 parent 8a04c8d commit ea1cd03
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,13 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r requirements-dev.txt
- name: Lint with black
run: |
pip install black
black . -l 79 --check
- name: Lint with flake8
run: |
pip install flake8
flake8 --count --show-source --statistics
- name: Lint with isort
run: |
pip install isort
isort -c -df

0 comments on commit ea1cd03

Please sign in to comment.