File tree Expand file tree Collapse file tree 3 files changed +13
-15
lines changed
docs/sphinx/source/whatsnew Expand file tree Collapse file tree 3 files changed +13
-15
lines changed Original file line number Diff line number Diff line change 2626 python-version : ' 3.9'
2727
2828 - 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
4230
4331 - name : Run asv benchmarks
4432 run : |
Original file line number Diff line number Diff line change @@ -25,8 +25,15 @@ Requirements
2525~~~~~~~~~~~~
2626
2727
28+ Maintenance
29+ ~~~~~~~~~~~
30+ * Fix ReadTheDocs builds by upgrading `readthedocs.yml ` configuration
31+ (:issue: `2357 `, :pull: `2358 `)
32+ * asv 0.4.2 upgraded to asv 0.6.4 to fix CI failure due to pinned older conda.
33+ (:pull: `2352 `)
34+
35+
2836Contributors
2937~~~~~~~~~~~~
3038* Rajiv Daxini (:ghuser: `RDaxini `)
31-
32-
39+ * Mark Campanelli (:ghuser: `markcampanelli `)
Original file line number Diff line number Diff line change 55# Required
66version : 2
77
8+ sphinx :
9+ configuration : docs/sphinx/source/conf.py
10+
811build :
912 os : ubuntu-lts-latest
1013 tools :
You can’t perform that action at this time.
0 commit comments