We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c39bdf commit 194da6aCopy full SHA for 194da6a
.github/workflows/python_ci.yml
@@ -69,6 +69,7 @@ jobs:
69
python -m site
70
python -m pip install --upgrade pip setuptools wheel
71
python -m pip install --upgrade tox~=3.0 virtualenv!=20.16.0
72
+ choco install mingw -y
73
74
- name: "Run Tests for Python ${{ matrix.config.python-version }}"
75
if: steps.setup-python.outcome == 'success'
repo_helper.yml
@@ -63,3 +63,8 @@ extra_sphinx_extensions:
63
sphinx_conf_epilogue:
64
- " from sphinx_toolbox.latex import replace_unknown_unicode"
65
- ' app.connect("build-finished", replace_unknown_unicode)'
66
+
67
+github_ci_requirements:
68
+ Windows:
+ post:
+ - choco install mingw -y
0 commit comments