diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 5af6552..6202d07 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -20,7 +20,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install pylint python-environ + pip install pylint python-environ toml - name: Analyzing the code with pylint run: |