From 01275876c1124060f319b2983f94ebc2c8cce4b8 Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Sun, 30 Mar 2025 23:20:16 +0200 Subject: [PATCH] Add main requirements for type checking --- .github/workflows/syntax.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/syntax.yml b/.github/workflows/syntax.yml index c1c63965..81017601 100644 --- a/.github/workflows/syntax.yml +++ b/.github/workflows/syntax.yml @@ -1,4 +1,4 @@ -name: Flake8 +name: Linting on: push: @@ -22,7 +22,7 @@ jobs: - name: Checkout Source uses: actions/checkout@v4 - name: Install flake8 - run: pip install -r requirements-dev.txt + run: pip install -r requirements.txt -r requirements-dev.txt - name: Syntax Check run: | flake8 --version