Skip to content

Commit ce8dc41

Browse files
committed
Preinstall aiohttp in MSYS2 environments.
1 parent 37a73ff commit ce8dc41

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ApplicationTesting.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ jobs:
134134
dependencies = [req.strip() for req in requirements.split(" ")]
135135
136136
packages = {
137+
"aiohttp": "python-aiohttp:p",
137138
"coverage": "python-coverage:p",
138139
"docstr_coverage": "python-pyyaml:p python-types-pyyaml:p",
139140
"igraph": "igraph:p",
@@ -154,6 +155,7 @@ jobs:
154155
subPackages = {
155156
"pytooling": {
156157
"yaml": "python-ruamel-yaml:p python-ruamel.yaml.clib:p",
158+
"pypi": "python-aiohttp:p",
157159
}
158160
}
159161

.github/workflows/UnitTesting.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,7 @@ jobs:
273273
dependencies = [req.strip() for req in requirements.split(" ")]
274274
275275
packages = {
276+
"aiohttp": "python-aiohttp:p",
276277
"coverage": "python-coverage:p",
277278
"docstr_coverage": "python-pyaml:p python-types-pyyaml:p",
278279
"igraph": "igraph:p",
@@ -294,6 +295,7 @@ jobs:
294295
subPackages = {
295296
"pytooling": {
296297
"yaml": "python-ruamel-yaml:p python-ruamel.yaml.clib:p",
298+
"pypi": "python-aiohttp:p",
297299
},
298300
}
299301

0 commit comments

Comments
 (0)