1
0
mirror of https://github.com/LibreTranslate/LibreTranslate.git synced 2025-11-23 22:04:43 +02:00

Fix tests (#861)

* CI changes
This commit is contained in:
Piero Toffanin
2025-09-23 11:56:11 -04:00
committed by GitHub
parent f451018592
commit f41bfaedec

View File

@@ -30,7 +30,8 @@ jobs:
- name: Install dependencies
run: |
pipx install hatch click==8.2.1 --force
pipx install hatch
pipx inject hatch click==8.2.1 --force
hatch run locales
- name: Test with pytest