File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments