File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -136,14 +136,14 @@ jobs:
136136 packages = {
137137 "aiohttp": "python-aiohttp:p",
138138 "coverage": "python-coverage:p",
139- "docstr_coverage": "python-pyyaml :p python-types-pyyaml:p",
139+ "docstr_coverage": "python-pyaml :p python-types-pyyaml:p",
140140 "igraph": "igraph:p",
141141 "jinja2": "python-markupsafe:p",
142142 "lxml": "python-lxml:p",
143143 "numpy": "python-numpy:p",
144144 "markupsafe": "python-markupsafe:p",
145145 "pip": "python-pip:p",
146- "pyyaml": "python-pyyaml :p python-types-pyyaml:p",
146+ "pyyaml": "python-pyaml :p python-types-pyyaml:p",
147147 "ruamel.yaml": "python-ruamel-yaml:p python-ruamel.yaml.clib:p",
148148 "sphinx": "python-markupsafe:p",
149149 "tomli": "python-tomli:p", # outdated, now part of Python as tomllib
Original file line number Diff line number Diff line change @@ -292,7 +292,7 @@ jobs:
292292 "numpy": "python-numpy:p",
293293 "markupsafe": "python-markupsafe:p",
294294 "pip": "python-pip:p",
295- "pyyaml": "python-pyyaml :p python-types-pyyaml:p",
295+ "pyyaml": "python-pyaml :p python-types-pyyaml:p",
296296 "ruamel.yaml": "python-ruamel-yaml:p",
297297 # "ruamel.yaml": "python-ruamel-yaml:p python-ruamel.yaml.clib:p",
298298 "sphinx": "python-markupsafe:p",
You can’t perform that action at this time.
0 commit comments