Use older virtualenv for tests

This commit is contained in:
Piero Toffanin
2026-02-27 02:56:26 -05:00
parent 9ee8251f78
commit b57ad71056
+1
View File
@@ -31,6 +31,7 @@ jobs:
- name: Install dependencies
run: |
pipx install hatch
pipx inject hatch "virtualenv<20.29.0" --force
hatch run locales
- name: Test with pytest