From b290067138f0144107a6d249c0a30b060ddc88e5 Mon Sep 17 00:00:00 2001 From: amercader Date: Wed, 20 Mar 2024 16:11:07 +0100 Subject: [PATCH] Run CKAN image as root --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7799823..df696e9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,6 +7,7 @@ jobs: # Use the Keitaro Ubuntu-based image as pytorch doesn't work on alpine # See amercader/ckanext-embeddings#4 image: keitaro/ckan:2.10.4-focal + options: --user root services: solr: image: ckan/ckan-solr:2.10-solr9-vector