Skip to content

Commit 194da6a

Browse files
committed
Install/upgrade mingw in GHA for Windows
1 parent 2c39bdf commit 194da6a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/python_ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969
python -m site
7070
python -m pip install --upgrade pip setuptools wheel
7171
python -m pip install --upgrade tox~=3.0 virtualenv!=20.16.0
72+
choco install mingw -y
7273
7374
- name: "Run Tests for Python ${{ matrix.config.python-version }}"
7475
if: steps.setup-python.outcome == 'success'

repo_helper.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,8 @@ extra_sphinx_extensions:
6363
sphinx_conf_epilogue:
6464
- " from sphinx_toolbox.latex import replace_unknown_unicode"
6565
- ' app.connect("build-finished", replace_unknown_unicode)'
66+
67+
github_ci_requirements:
68+
Windows:
69+
post:
70+
- choco install mingw -y

0 commit comments

Comments
 (0)