Skip to content

Commit 297ef35

Browse files
authored
MNT: fix circle (#84)
* MNT: fix circle * MNT: make circle a placeholder * MNT: make circle a placeholder
1 parent 21a2723 commit 297ef35

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

.circleci/config.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,13 @@ orbs:
55

66
jobs:
77
build_docs:
8-
executor: python/default
8+
docker:
9+
- image: circleci/python:3.9
910
steps:
1011
- checkout
11-
- python/install-deps
1212
- run:
13-
name: Build cheatsheets and docs
14-
command: make all
15-
- persist_to_workspace:
16-
root: docs/_build/html
17-
paths: .
18-
- store_artifacts:
19-
path: docs/_build/html/
20-
13+
command: echo "placeholder"
14+
2115
workflows:
2216
main:
2317
jobs:

requirements/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ appdirs==1.4.4
1212
# via virtualenv
1313
babel==2.9.1
1414
# via sphinx
15-
beautifulsoup4==4.10.0
15+
beautifulsoup4==4.9.3
1616
# via pydata-sphinx-theme
1717
bump2version==1.0.1
1818
# via -r requirements.in

0 commit comments

Comments
 (0)