2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-04-06 03:20:56 +00:00

Install gettext

This commit is contained in:
Oliver Walters
2026-03-31 09:54:28 +00:00
parent bf7828d9d3
commit 3e18eaf980

View File

@@ -706,7 +706,7 @@ jobs:
npm: true npm: true
install: true install: true
update: true update: true
apt-dependency: postgresql-client libpq-dev apt-dependency: gettext postgresql-client libpq-dev
pip-dependency: psycopg2 pip-dependency: psycopg2
- name: Set up test data - name: Set up test data
run: | run: |