From 20f2c3494d97c9edaac1d898aaf3a7b24770bc2e Mon Sep 17 00:00:00 2001 From: Tyler Burton Date: Mon, 16 Dec 2024 16:33:39 -0600 Subject: [PATCH] add ckan version --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a1ab0a..fea6ddd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: matrix: python-version: ['3.10'] ckan-version: ["2.10", "2.11"] - name: Python ${{ matrix.python-version }} extension test + name: Python ${{ matrix.python-version }} / CKAN ${{ matrix.ckan-version }} extension test services: postgresql: