From 6d55c38b334a8657647028e0a66913995894f2b8 Mon Sep 17 00:00:00 2001 From: pdelboca Date: Mon, 30 May 2022 10:08:35 +0200 Subject: [PATCH] Install requirements on tests --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e45c7c7..c68c308 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -49,6 +49,7 @@ jobs: - uses: actions/checkout@v2 - name: Install requirements run: | + pip install -r requirements.txt pip install -r dev-requirements.txt pip install -e . # Replace default path to CKAN core config file with the one on the container