Skip to content

Commit

Permalink
add all extras for pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
aalok-sathe committed Nov 21, 2023
1 parent 8f87ea2 commit 53dd128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
python -m pip install --upgrade pip
sudo apt install curl
curl -sSL https://install.python-poetry.org | python -
poetry install
poetry install -E transformers -E kenlm -E openai
pip install pylint
- name: Analysing the code with pylint
run: |
Expand Down

0 comments on commit 53dd128

Please sign in to comment.