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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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