Skip to content

Commit

Permalink
fix(ci): store translation deps in requirements/translation.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed May 13, 2024
1 parent 21c02e4 commit 230e876
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
with:
python-version: ${{ env.PYTHON_VERSION }}
cache: "pip"
cache-dependency-path: "requirements/translation.txt"

- name: Install system requirements
run: |
Expand Down
5 changes: 0 additions & 5 deletions requirements/base.txt

This file was deleted.

1 change: 1 addition & 0 deletions requirements/translation.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pyqt5-tools

0 comments on commit 230e876

Please sign in to comment.