From 476fa5da2ec33535a7208ce01209568aad998d41 Mon Sep 17 00:00:00 2001 From: "FC (Fay) Stegerman" Date: Thu, 14 Dec 2023 21:40:29 +0100 Subject: [PATCH] CI: install setuptools for python 3.12 --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fa97ad4..a72614f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,8 +30,7 @@ jobs: python3 --version python3 -m pip install --upgrade pip pip install -r requirements.txt - pip install coverage - pip install html5validator + pip install coverage html5validator setuptools - name: Get DB version run: | DBVERSION="$(python3 -c 'import jiten.jmdict as J; print(J.DBVERSION)')"