Skip to content

Commit 8dd8a45

Browse files
authored
Merge pull request #10 from jklymak/test-ci
TST: test CI works
2 parents 3d240b8 + 07d60bc commit 8dd8a45

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
@@ -1,7 +1,7 @@
11
version: 2.1
22

33
orbs:
4-
python: circleci/python@1.4.0
4+
python: circleci/python@0.2.1
55

66
jobs:
77
build_docs:
@@ -21,6 +21,7 @@ jobs:
2121
- store_artifacts:
2222
path: docs/_build/html/
2323

24+
2425
workflows:
2526
main:
2627
jobs:

0 commit comments

Comments
 (0)