File tree 3 files changed +14
-15
lines changed
docs/sphinx/source/whatsnew 3 files changed +14
-15
lines changed Original file line number Diff line number Diff line change 26
26
python-version : ' 3.9'
27
27
28
28
- name : Install asv
29
- run : pip install asv==0.4.2
30
-
31
- # asv 0.4.2 (and more recent versions as well) creates conda envs
32
- # using the --force option, which was removed in conda 24.3.
33
- # Since ubuntu-latest now comes with conda 24.3 pre-installed,
34
- # using the system's conda will result in error.
35
- # To prevent that, we install an older version.
36
- # TODO: remove this when we eventually upgrade our asv version.
37
- # https://github.com/airspeed-velocity/asv/issues/1396
38
- - name : Install Conda
39
- uses : conda-incubator/setup-miniconda@v3
40
- with :
41
- conda-version : 24.1.2
29
+ run : pip install asv==0.6.4
42
30
43
31
- name : Run asv benchmarks
44
32
run : |
Original file line number Diff line number Diff line change @@ -24,7 +24,15 @@ Requirements
24
24
~~~~~~~~~~~~
25
25
26
26
27
- Contributors
28
- ~~~~~~~~~~~~
27
+ Maintenance
28
+ ~~~~~~~~~~~
29
+ * Fix ReadTheDocs builds by upgrading `readthedocs.yml ` configuration
30
+ (:issue: `2357 `, :pull: `2358 `)
31
+ * asv 0.4.2 upgraded to asv 0.6.4 to fix CI failure due to pinned older conda.
32
+ (:pull: `2352 `)
29
33
30
34
35
+ Contributors
36
+ ~~~~~~~~~~~~
37
+ * Rajiv Daxini (:ghuser: `RDaxini `)
38
+ * Mark Campanelli (:ghuser: `markcampanelli `)
Original file line number Diff line number Diff line change 5
5
# Required
6
6
version : 2
7
7
8
+ sphinx :
9
+ configuration : docs/sphinx/source/conf.py
10
+
8
11
build :
9
12
os : ubuntu-lts-latest
10
13
tools :
You can’t perform that action at this time.
0 commit comments