Skip to content

Commit 4c9bc94

Browse files
committed
.circleci: Use python3 for notedown install
Looks like notedown isn't installable with python2 anymore, python3 should resolve the issue Signed-off-by: Eli Uriegas <[email protected]>
1 parent ee8cca7 commit 4c9bc94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
command: yarn install --cache-folder ~/.cache/yarn
2626
- run:
2727
name: Notedown Install
28-
command: sudo apt update && sudo apt install python-pip && sudo -H pip install pyrsistent==0.16 notedown pyyaml -Iv nbformat==4.4.0
28+
command: sudo apt update && sudo apt install python3-pip && sudo -H pip3 install pyrsistent==0.16 notedown pyyaml -Iv nbformat==4.4.0
2929
- save_cache:
3030
key: pytorch-yarn-{{ checksum "yarn.lock" }}
3131
paths:

0 commit comments

Comments
 (0)