Skip to content

Commit 8adb58b

Browse files
authored
Merge pull request pytorch#663 from seemethere/use_python3_to_install_notedown
.circleci: Use python3 for notedown install
2 parents ee8cca7 + 4c9bc94 commit 8adb58b

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)