Skip to content

Commit 82f1a30

Browse files
committed
TST: fix Circle?
1 parent 7a814a8 commit 82f1a30

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.circleci/config.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ orbs:
44
python: circleci/[email protected]
55

66
jobs:
7+
pip-install:
8+
executor: python/default
9+
steps:
10+
- checkout
11+
- run:
12+
name: install theme
13+
command: python -m pip install --user -ve .
714
build_docs:
815
executor: python/default
916
steps:

0 commit comments

Comments
 (0)