Skip to content

Commit

Permalink
Update lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bmos authored Dec 15, 2023
1 parent 8b81056 commit 728b7af
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
pip3 install ruff
if [ -f requirements.txt ]; then pip3 install -r requirements.txt; fi
- name: Analysing the code with ruff
run: |
Expand Down

0 comments on commit 728b7af

Please sign in to comment.