Skip to content

Commit 5351d56

Browse files
committed
Test
1 parent cf9242d commit 5351d56

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
python3 -m venv venv
2121
source venv/bin/activate
2222
python -m pip install --upgrade pip wheel setuptools
23-
python -m pip install --upgrade -r requirements/doc.txt
23+
python -m pip install -U numpy matplotlib sphinx
24+
python -m pip install -U git+https://github.com/pydata/pydata-sphinx-theme
2425
python -m pip list
2526
- save_cache:
2627
key: pip-cache

0 commit comments

Comments
 (0)