Skip to content

Commit b814290

Browse files
authored
Update python_jobs.yml
1 parent 9cd58d4 commit b814290

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python_jobs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
conda install python=${{ matrix.python-version }} numpy conda-build setuptools setuptools_scm pandas pyqt qttools xlsxwriter openpyxl cx_freeze -c conda-forge -y
4747
4848
- name: Prepare bdist_msi
49-
if: runner.python-version == '3.13'
49+
if: contains(fromJson('["3.13","3.14"]'), matrix.python-version)
5050
run: |
5151
# Required for bdist_msi on Python>=3.13
5252
conda install conda-forge::python-msilib

0 commit comments

Comments
 (0)