File tree Expand file tree Collapse file tree 4 files changed +5
-10
lines changed Expand file tree Collapse file tree 4 files changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -24,15 +24,14 @@ jobs:
24
24
- name : Setup Python 🐍
25
25
uses : " actions/setup-python@v4"
26
26
with :
27
- python-version : " 3.11 "
27
+ python-version : " 3.8 "
28
28
29
29
- name : Setup Conda
30
30
uses : conda-incubator/setup-miniconda@v2
31
31
with :
32
32
activate-environment : env
33
33
conda-build-version : 3.23.3
34
- miniconda-version : Miniconda3-py311_23.9.0-0-Linux-x86_64.sh
35
- python-version : " 3.11"
34
+ python-version : " 3.8"
36
35
miniforge-variant : Mambaforge
37
36
38
37
- name : Install dependencies 🔧
Original file line number Diff line number Diff line change @@ -187,15 +187,14 @@ jobs:
187
187
- name : Setup Python 🐍
188
188
uses : " actions/setup-python@v4"
189
189
with :
190
- python-version : 3.11
190
+ python-version : 3.8
191
191
192
192
- name : Setup Conda
193
193
uses : conda-incubator/setup-miniconda@v2
194
194
with :
195
195
activate-environment : env
196
196
conda-build-version : 3.23.3
197
- miniconda-version : Miniconda3-py311_23.9.0-0-Linux-x86_64.sh
198
- python-version : " 3.11"
197
+ python-version : " 3.8"
199
198
miniforge-variant : Mambaforge
200
199
201
200
- name : Install dependencies 🔧
Original file line number Diff line number Diff line change 19
19
jobs :
20
20
post_create_environment :
21
21
- pip install .[all]
22
- post_install :
23
- - pip install sphinxcontrib-applehelp==1.0.4 sphinxcontrib-devhelp==1.0.2 sphinxcontrib-htmlhelp==2.0.1
24
- 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 @@ -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,<=1.2.2
128
+ flake8-noqa>=1.1.0
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