Skip to content

Commit

Permalink
CI: install setuptools for python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
obfusk committed Dec 14, 2023
1 parent ad20e79 commit 476fa5d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)')"
Expand Down

0 comments on commit 476fa5d

Please sign in to comment.