diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index e68db32..e49d2a4 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -20,6 +20,11 @@ jobs: with: python-version: ${{ matrix.python-version }} + - name: Install dependencies + run: | + python -m pip install --upgrade pip + pip install -r requirements-dev.txt + # Step 3: Run all code quality checks - name: Pylint run: |