Remove click install from test action

This commit is contained in:
Piero Toffanin 2026-02-27 02:52:51 -05:00
parent c7bf3ff9b3
commit 9ee8251f78

View File

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