diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index da1ad03b..c26ed524 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,8 +11,7 @@ jobs: - uses: actions/checkout@v1 - name: Setup run: | - sudo apt-get install python3-setuptools - pip3 install pylint + sudo apt install pylint3 - name: Run a multi-line script run: | echo Add other actions to build,