diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 7842f2a..f50d17b 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -24,7 +24,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install -r transformers requests tqdm kaggle + pip install transformers requests tqdm kaggle pip install pylint - name: Analysing the code with pylint run: |