From 1db4874f40663b4c1c5f84908574240b49b76cd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A0=20Mercader?= Date: Wed, 20 Mar 2024 21:22:30 +0100 Subject: [PATCH] Define ini file --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index df696e9..d17412c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -50,7 +50,7 @@ jobs: ckan -c test.ini db init - name: Load models - run: ckan embeddings load + run: ckan -c test.ini embeddings load - name: Run tests run: pytest --ckan-ini=test.ini --cov=ckanext.embeddings --disable-warnings -s ckanext/embeddings