We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a12ffd commit 78c51f2Copy full SHA for 78c51f2
1 file changed
.github/workflows/test.yml
@@ -22,8 +22,6 @@ jobs:
22
ckan-image: "ckan/ckan-dev:2.11-py3.10"
23
- ckan-version: "2.10"
24
ckan-image: "ckan/ckan-dev:2.10-py3.10"
25
- - ckan-version: "2.9"
26
- ckan-image: "ckan/ckan-dev:2.9-py3.9"
27
fail-fast: false
28
29
name: CKAN ${{ matrix.ckan-version }}
@@ -54,7 +52,6 @@ jobs:
54
52
- uses: actions/checkout@v4
55
53
- name: Install requirements
56
run: |
57
- pip install -r dev-requirements.txt
58
pip install -e .
59
# Replace default path to CKAN core config file with the one on the container
60
sed -i -e 's/use = config:.*/use = config:\/srv\/app\/src\/ckan\/test-core.ini/' test.ini
0 commit comments