We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79d6674 commit 736837dCopy full SHA for 736837d
3 files changed
.github/workflows/python.yml
@@ -69,10 +69,10 @@ jobs:
69
- conda-python-3.12-no-numpy
70
include:
71
- name: conda-python-docs
72
- cache: conda-python-3.11
+ cache: conda-python-3.10
73
image: conda-python-docs
74
- title: AMD64 Conda Python 3.11 Sphinx & Numpydoc
75
- python: "3.11"
+ title: AMD64 Conda Python 3.10 Sphinx & Numpydoc
+ python: "3.10"
76
- name: conda-python-3.11-nopandas
77
cache: conda-python-3.11
78
image: conda-python
0 commit comments