From c76d6403791c0cf5178943a961b2aa7b7d53863a Mon Sep 17 00:00:00 2001 From: Roland Geider Date: Tue, 16 Jan 2024 11:01:51 +0100 Subject: [PATCH] Also install the dev packages This is needed, e.g. for faker --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 75e947dd3..e5cda95cd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,6 +46,7 @@ jobs: run: | pip install --upgrade pip pip install wheel coverage + pip install -r requirements_dev.txt pip install -r requirements_prod.txt pip install -e .