Skip to content

Commit

Permalink
remove requirements.txt from Linting CI - it is not required to run t…
Browse files Browse the repository at this point in the history
…he lint check
  • Loading branch information
ad12 committed Jul 11, 2023
1 parent d1ffade commit c7ddc03
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ 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 isort, black, docformatter, flake8
Expand Down

0 comments on commit c7ddc03

Please sign in to comment.