Skip to content

Commit 07781ee

Browse files
committed
Add locales required by tests
1 parent 2b19209 commit 07781ee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/runtests.yml

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ jobs:
1010
runs-on: ${{ matrix.os }}
1111
steps:
1212
- uses: actions/checkout@v2
13+
- uses: awalsh128/cache-apt-pkgs-action@latest
14+
with:
15+
packages: locales language-pack-it
1316
- name: Set up Python ${{ matrix.python-version }}
1417
uses: actions/setup-python@v2
1518
with:

0 commit comments

Comments
 (0)