From 4b5b458fdb18a6abff2875f6e89466a707fc0bb2 Mon Sep 17 00:00:00 2001 From: Stelios Tsampas Date: Wed, 7 Sep 2022 19:33:01 +0300 Subject: [PATCH] workflows: explicitly install pypresence --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 89e72c2b..d1bb2d88 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -20,6 +20,7 @@ jobs: python -m pip install --upgrade pip pip install pylint pip install -r requirements.txt + pip install pypresence - name: Analysing the code with pylint run: | pylint -E rare --disable=E0611,E1123,E1120 --ignore=ui,singleton.py --extension-pkg-whitelist=PyQt5