Skip to content

Commit

Permalink
update(ci): use Python 3.11 only for translation job since pyqt5-tool…
Browse files Browse the repository at this point in the history
…s is not already available for 3.12
  • Loading branch information
Guts committed Jan 6, 2025
1 parent 4abc35e commit 316b56c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: ${{ env.PYTHON_VERSION }}
# commented out waiting for Python 3.12 being available for pyqt5-tools. See: https://github.com/altendky/pyqt-tools/issues/131
# python-version: ${{ env.PYTHON_VERSION }}
python-version: "3.11"
cache: "pip"
cache-dependency-path: "requirements/translation.txt"

Expand Down

0 comments on commit 316b56c

Please sign in to comment.