diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd355dc..5136623 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,10 +18,10 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 - with: - python-version: '3.10' - name: code quality checkout run: | pip install pylint pylint ./pandora-box.py + +