Skip to content

Commit 5cf6942

Browse files
author
Hans-christian
committed
Remove fluent extension tag
1 parent 5762c35 commit 5cf6942

1 file changed

Lines changed: 3 additions & 9 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ jobs:
2626
- ckan-version: "2.10"
2727
ckan-image: "ckan/ckan-dev:2.10-py3.10"
2828
solr-version: "9"
29-
- ckan-version: "2.9"
30-
ckan-image: "ckan/ckan-dev:2.9-py3.9"
31-
solr-version: "8"
3229
fail-fast: false
3330

3431
name: CKAN ${{ matrix.ckan-version }}
@@ -64,23 +61,20 @@ jobs:
6461
pip install -e .
6562
# Replace default path to CKAN core config file with the one on the container
6663
sed -i -e 's/use = config:.*/use = config:\/srv\/app\/src\/ckan\/test-core.ini/' test.ini
67-
- name: Install requirements (2.9)
68-
run: |
69-
pip install -U pytest-rerunfailures
70-
if: ${{ matrix.ckan-version == '2.9' }}
7164
- name: Setup other extensions
7265
run: |
7366
git clone https://github.com/ckan/ckanext-harvest
7467
pip install -e ckanext-harvest
7568
pip install -r ckanext-harvest/requirements.txt
7669
git clone https://github.com/ckan/ckanext-scheming
7770
pip install -e ckanext-scheming
78-
pip install git+https://github.com/ckan/ckanext-fluent.git@4e9340a#egg=ckanext-fluent
71+
git clone https://github.com/ckan/ckanext-fluent
72+
pip install -e ckanext-fluent
7973
git clone https://github.com/ckan/ckanext-dataset-series
8074
pip install -e ckanext-dataset-series
8175
- name: Setup extension
8276
run: |
8377
ckan -c test.ini db init
8478
ckan -c test.ini db pending-migrations --apply
8579
- name: Run tests
86-
run: pytest --ckan-ini=test.ini --cov=ckanext.dcat --cov-report=term-missing --cov-append --disable-warnings ckanext/dcat/tests
80+
run: pytest --ckan-ini=test.ini --cov=ckanext.dcat --cov-report=term-missing --cov-append --disable-warnings ckanext/dcat/tests

0 commit comments

Comments
 (0)