From 94d6e5df4c779bfb0fd7aa1e6c2398547c904648 Mon Sep 17 00:00:00 2001 From: Julien Moura Date: Wed, 2 Oct 2024 19:35:50 +0200 Subject: [PATCH] fix(ci): add i18n dependencies in a dedicated requirements --- .github/workflows/packager.yml | 1 + requirements/translation.txt | 1 + 2 files changed, 2 insertions(+) create mode 100644 requirements/translation.txt diff --git a/.github/workflows/packager.yml b/.github/workflows/packager.yml index 946fdf7..bc3dd45 100644 --- a/.github/workflows/packager.yml +++ b/.github/workflows/packager.yml @@ -38,6 +38,7 @@ jobs: with: python-version: ${{ env.PYTHON_VERSION }} cache: "pip" + cache-dependency-path: "requirements/translation.txt" - name: Install system requirements run: | diff --git a/requirements/translation.txt b/requirements/translation.txt new file mode 100644 index 0000000..fca9665 --- /dev/null +++ b/requirements/translation.txt @@ -0,0 +1 @@ +pyqt5-tools>=5.15,<5.6