Skip to content

Commit 736837d

Browse files
committed
Alternative fix w/o pandas and revert CI
1 parent 79d6674 commit 736837d

3 files changed

Lines changed: 128 additions & 158 deletions

File tree

.github/workflows/python.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ jobs:
6969
- conda-python-3.12-no-numpy
7070
include:
7171
- name: conda-python-docs
72-
cache: conda-python-3.11
72+
cache: conda-python-3.10
7373
image: conda-python-docs
74-
title: AMD64 Conda Python 3.11 Sphinx & Numpydoc
75-
python: "3.11"
74+
title: AMD64 Conda Python 3.10 Sphinx & Numpydoc
75+
python: "3.10"
7676
- name: conda-python-3.11-nopandas
7777
cache: conda-python-3.11
7878
image: conda-python

0 commit comments

Comments
 (0)