Skip to content

Commit

Permalink
Install/upgrade mingw in GHA for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Jul 30, 2024
1 parent 2c39bdf commit 194da6a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
python -m site
python -m pip install --upgrade pip setuptools wheel
python -m pip install --upgrade tox~=3.0 virtualenv!=20.16.0
choco install mingw -y
- name: "Run Tests for Python ${{ matrix.config.python-version }}"
if: steps.setup-python.outcome == 'success'
Expand Down
5 changes: 5 additions & 0 deletions repo_helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,8 @@ extra_sphinx_extensions:
sphinx_conf_epilogue:
- " from sphinx_toolbox.latex import replace_unknown_unicode"
- ' app.connect("build-finished", replace_unknown_unicode)'

github_ci_requirements:
Windows:
post:
- choco install mingw -y

0 comments on commit 194da6a

Please sign in to comment.