Skip to content

Commit

Permalink
modify linting test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yeh-sudo committed Oct 24, 2023
1 parent 8c50dd2 commit d83fb9a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/linting_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
architecture: "x64"
- name: Display Python version
run: python -c "import sys; print(sys.version)"
- name: Install project dependencies
run: pip install -r requirements.txt
- name: Install Pylint
run: pip install pylint
- name: Analysing code with Pylint
Expand Down

0 comments on commit d83fb9a

Please sign in to comment.