Skip to content

Commit

Permalink
Merge pull request WhereGroup#25 from Guts/fix/add-missing-i18n-depen…
Browse files Browse the repository at this point in the history
…dencies

fix(ci): add i18n dependencies in a dedicated requirements
  • Loading branch information
Guts authored Oct 2, 2024
2 parents 4f44df2 + 94d6e5d commit d064aa1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/packager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
with:
python-version: ${{ env.PYTHON_VERSION }}
cache: "pip"
cache-dependency-path: "requirements/translation.txt"

- name: Install system requirements
run: |
Expand Down
1 change: 1 addition & 0 deletions requirements/translation.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pyqt5-tools>=5.15,<5.6

0 comments on commit d064aa1

Please sign in to comment.