File tree Expand file tree Collapse file tree 6 files changed +8
-5
lines changed Expand file tree Collapse file tree 6 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 30
30
uses : conda-incubator/setup-miniconda@v2
31
31
with :
32
32
activate-environment : env
33
- conda-build-version : 3.23.3
33
+ conda-build-version : 3.28.4
34
34
python-version : " 3.8"
35
35
miniforge-variant : Mambaforge
36
36
Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ jobs:
194
194
uses : conda-incubator/setup-miniconda@v2
195
195
with :
196
196
activate-environment : env
197
- conda-build-version : 3.23.3
197
+ conda-build-version : 3.28.4
198
198
python-version : " 3.8"
199
199
miniforge-variant : Mambaforge
200
200
Original file line number Diff line number Diff line change 20
20
jobs :
21
21
post_create_environment :
22
22
- pip install .
23
+ post_install :
24
+ - pip install sphinxcontrib-applehelp==1.0.4 sphinxcontrib-devhelp==1.0.2 sphinxcontrib-htmlhelp==2.0.1
25
+ sphinxcontrib-jsmath==1.0.1 sphinxcontrib-qthelp==1.0.3 sphinxcontrib-serializinghtml==1.1.5
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ seed_intersphinx_mapping
109
109
:target: https://github.com/sphinx-toolbox/seed_intersphinx_mapping/commit/master
110
110
:alt: GitHub last commit
111
111
112
- .. |maintained | image :: https://img.shields.io/maintenance/yes/2023
112
+ .. |maintained | image :: https://img.shields.io/maintenance/yes/2024
113
113
:alt: Maintenance
114
114
115
115
.. |pypi-downloads | image :: https://img.shields.io/pypi/dm/seed_intersphinx_mapping
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ seed_intersphinx_mapping
114
114
:last-commit:
115
115
:alt: GitHub last commit
116
116
117
- .. |maintained | maintained-shield :: 2023
117
+ .. |maintained | maintained-shield :: 2024
118
118
:alt: Maintenance
119
119
120
120
.. |pypi-downloads | pypi-shield ::
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ deps =
125
125
flake8-dunder-all>=0.1.1
126
126
flake8-encodings>=0.1.0
127
127
flake8-github-actions>=0.1.0
128
- flake8-noqa>=1.1.0
128
+ flake8-noqa>=1.1.0,<=1.2.2
129
129
flake8-pyi>=20.10.0,<=22.8.0
130
130
flake8-pytest-style>=1.3.0
131
131
flake8-quotes>=3.3.0
You can’t perform that action at this time.
0 commit comments