We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cd58d4 commit b814290Copy full SHA for b814290
1 file changed
.github/workflows/python_jobs.yml
@@ -46,7 +46,7 @@ jobs:
46
conda install python=${{ matrix.python-version }} numpy conda-build setuptools setuptools_scm pandas pyqt qttools xlsxwriter openpyxl cx_freeze -c conda-forge -y
47
48
- name: Prepare bdist_msi
49
- if: runner.python-version == '3.13'
+ if: contains(fromJson('["3.13","3.14"]'), matrix.python-version)
50
run: |
51
# Required for bdist_msi on Python>=3.13
52
conda install conda-forge::python-msilib
0 commit comments