From e7c3ccfb322444010b345736d4537d7c7b3eae0a Mon Sep 17 00:00:00 2001 From: Diana Penciuc <35842075+dianapenciuc@users.noreply.github.com> Date: Thu, 23 May 2024 15:13:00 +0200 Subject: [PATCH] Update control_tests.yaml --- .github/workflows/control_tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/control_tests.yaml b/.github/workflows/control_tests.yaml index 4d2eeab..bbf7d3d 100644 --- a/.github/workflows/control_tests.yaml +++ b/.github/workflows/control_tests.yaml @@ -13,11 +13,11 @@ jobs: python-version: "3.x" - name: Install pytest and flake8 run: | - pip install pytest + pip install pytest pip install flake8 - name: Run tests run: | - pytest + pytest - name: Run flake8 uses: py-actions/flake8@v2