From 06ff8e12f800e6576af8bee15dd7d79b778411d2 Mon Sep 17 00:00:00 2001 From: simone liuzzo <30342742+simoneliuzzo@users.noreply.github.com> Date: Wed, 27 Nov 2024 13:29:09 +0100 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 54eb602..c3970e3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -26,6 +26,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip + pip install numpy pip install flake8 pytest if [ -f requirements.txt ]; then pip install -r requirements.txt; fi - name: Lint with flake8