Skip to content

Commit

Permalink
SPC-108 Fix github build
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathansberry committed May 19, 2023
1 parent 66eb5b7 commit 46c7d75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ jobs:
# 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: openknowledge/ckan-dev:2.9.7
image: openknowledge/ckan-dev:2.10.0
services:
solr:
image: ckan/ckan-solr-dev:2.9
postgres:
image: ckan/ckan-postgres-dev:2.9
image: ckan/ckan-postgres-dev:2.10
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
Expand Down
1 change: 1 addition & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
pytest-ckan
zxcvbn
mock

0 comments on commit 46c7d75

Please sign in to comment.