From 8ce57e27a7e5ffe28ddc2133a140863e87483aed Mon Sep 17 00:00:00 2001 From: hassaku63 Date: Sat, 7 Sep 2024 17:22:30 +0900 Subject: [PATCH] fix: ci --- .github/workflows/jobs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/jobs.yml b/.github/workflows/jobs.yml index 7969ac3..5758c72 100644 --- a/.github/workflows/jobs.yml +++ b/.github/workflows/jobs.yml @@ -26,6 +26,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip + pip install -r requirements.txt pip install -r requirements-dev.txt # lint - name: Run lint @@ -34,4 +35,4 @@ jobs: - name: Run unittests & coverage run: | coverage run -m unittest -v - coverage report -m \ No newline at end of file + coverage report -m