Skip to content

Commit 9c6917e

Browse files
Updated files with 'repo_helper'.
1 parent 2cd1e3d commit 9c6917e

File tree

4 files changed

+5
-10
lines changed

4 files changed

+5
-10
lines changed

.github/workflows/conda_ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,14 @@ jobs:
2424
- name: Setup Python 🐍
2525
uses: "actions/setup-python@v4"
2626
with:
27-
python-version: "3.11"
27+
python-version: "3.8"
2828

2929
- name: Setup Conda
3030
uses: conda-incubator/setup-miniconda@v2
3131
with:
3232
activate-environment: env
3333
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"
3635
miniforge-variant: Mambaforge
3736

3837
- name: Install dependencies 🔧

.github/workflows/python_ci_linux.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,15 +187,14 @@ jobs:
187187
- name: Setup Python 🐍
188188
uses: "actions/setup-python@v4"
189189
with:
190-
python-version: 3.11
190+
python-version: 3.8
191191

192192
- name: Setup Conda
193193
uses: conda-incubator/setup-miniconda@v2
194194
with:
195195
activate-environment: env
196196
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"
199198
miniforge-variant: Mambaforge
200199

201200
- name: Install dependencies 🔧

.readthedocs.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,3 @@ build:
1919
jobs:
2020
post_create_environment:
2121
- 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

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ deps =
125125
flake8-dunder-all>=0.1.1
126126
flake8-encodings>=0.1.0
127127
flake8-github-actions>=0.1.0
128-
flake8-noqa>=1.1.0,<=1.2.2
128+
flake8-noqa>=1.1.0
129129
flake8-pyi>=20.10.0,<=22.8.0
130130
flake8-pytest-style>=1.3.0
131131
flake8-quotes>=3.3.0

0 commit comments

Comments
 (0)