Skip to content

Commit 78c51f2

Browse files
committed
Fix test workflow
1 parent 3a12ffd commit 78c51f2

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ jobs:
2222
ckan-image: "ckan/ckan-dev:2.11-py3.10"
2323
- ckan-version: "2.10"
2424
ckan-image: "ckan/ckan-dev:2.10-py3.10"
25-
- ckan-version: "2.9"
26-
ckan-image: "ckan/ckan-dev:2.9-py3.9"
2725
fail-fast: false
2826

2927
name: CKAN ${{ matrix.ckan-version }}
@@ -54,7 +52,6 @@ jobs:
5452
- uses: actions/checkout@v4
5553
- name: Install requirements
5654
run: |
57-
pip install -r dev-requirements.txt
5855
pip install -e .
5956
# Replace default path to CKAN core config file with the one on the container
6057
sed -i -e 's/use = config:.*/use = config:\/srv\/app\/src\/ckan\/test-core.ini/' test.ini

0 commit comments

Comments
 (0)