Skip to content

Commit

Permalink
Use Keitaro Ubuntu image for tests
Browse files Browse the repository at this point in the history
As pytorch doesn't work on Alpine

#4
  • Loading branch information
amercader committed Mar 18, 2024
1 parent 560b1d7 commit dd8c999
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ jobs:
test:
runs-on: ubuntu-latest
container:
# The CKAN version tag of the Solr and Postgres containers should match
# the one of the container the tests run on.
# You can switch this base image with a custom image tailored to your project
image: ckan/ckan-dev:2.10
# 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
services:
solr:
image: ckan/ckan-solr:2.10-solr9-vector
Expand Down

0 comments on commit dd8c999

Please sign in to comment.