diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 322fa5a0..c0652cd0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -212,7 +212,7 @@ jobs: - name: Install dependencies run: | - pip install pylint + pip install pylint "git+https://github.com/gabryelreyes/SerialMuxProt.git#egg=SerialMuxProt&subdirectory=python/SerialMuxProt" - name: Analysing the code with pylint run: |