Use --force

This commit is contained in:
Piero Toffanin 2025-09-23 11:31:45 -04:00
parent f3cc7e37a4
commit f451018592

View File

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