Skip to content

Commit

Permalink
fix: pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Picred committed May 1, 2024
1 parent 1f467db commit f41d372
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,10 @@ jobs:
with:
python-version: '3.10.13'

- name: Install dependencies
- name: Install dependencies for requirements
run: |
python -m pip install --upgrade pip
pip install pylint
- name: Run Pylint
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Lint with pylint
run: |
pylint ./*.py
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
requests
python-dotenv
python-dotenv
pylint

0 comments on commit f41d372

Please sign in to comment.