Skip to content

Commit 7f69f6c

Browse files
committed
Update CI.
1 parent b859391 commit 7f69f6c

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.circleci/config.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,8 @@ jobs:
1818
name: Get dependencies and install
1919
command: |
2020
pip install --user -q --upgrade pip setuptools
21-
pip install --user -q --upgrade numpy matplotlib sphinx
21+
pip install --user -q --upgrade numpy matplotlib sphinx pydata-sphinx-theme
2222
pip install --user -e .
23-
git submodule init
24-
git submodule update
2523
- save_cache:
2624
key: pip-cache
2725
paths:

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ jobs:
5353
5454
- name: Setup for doc build
5555
run: |
56-
# Get scipy-sphinx-theme
57-
git submodule update --init
5856
sudo apt install texlive texlive-latex-extra latexmk dvipng
5957
6058
- name: Build documentation

0 commit comments

Comments
 (0)