Skip to content

Commit

Permalink
ci: update pip install check
Browse files Browse the repository at this point in the history
  • Loading branch information
zy7y committed Dec 30, 2023
1 parent f29a170 commit 4615c63
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: lint check
name: pip install check

on:
push:
Expand All @@ -20,8 +20,4 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pylint
- name: Analysing the code with pylint
run: |
pylint $(git ls-files '*.py')
pip install -r requirements.txt

0 comments on commit 4615c63

Please sign in to comment.