From b05f0be71f443b6dd685743a2ec1f819d77e6ca7 Mon Sep 17 00:00:00 2001 From: Marc Di Luzio Date: Sat, 10 Aug 2024 16:35:52 +0100 Subject: [PATCH] Add schema to required modules --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index c6a4ac6..3669766 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -17,7 +17,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install flake8 discord pytest + pip install flake8 discord pytest schema - name: Analysing the code with flake8 run: | flake8 --max-line-length 120 $(git ls-files '*.py')