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