1
0
mirror of https://github.com/LibreTranslate/LibreTranslate.git synced 2025-10-30 23:37:48 +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