From 4f9228bfa1c2e4431f4138a5708c9704ca4e5949 Mon Sep 17 00:00:00 2001 From: Marcin Bielak Date: Tue, 30 Jan 2024 22:45:43 +0100 Subject: [PATCH] update CI --- .github/workflows/ci-checks.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-checks.yaml b/.github/workflows/ci-checks.yaml index adf6f7c..e848b20 100644 --- a/.github/workflows/ci-checks.yaml +++ b/.github/workflows/ci-checks.yaml @@ -19,6 +19,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip + pip install -r requirements.txt pip install -r requirements.dev.txt - name: Lint with flake8 run: | @@ -26,5 +27,4 @@ jobs: - name: Test with unittest run: | pip3 install ddt - python3 -m unittest tests/*.py - + python3 manage.py test tests