We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee8cca7 + 4c9bc94 commit 8adb58bCopy full SHA for 8adb58b
.circleci/config.yml
@@ -25,7 +25,7 @@ jobs:
25
command: yarn install --cache-folder ~/.cache/yarn
26
- run:
27
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
+ command: sudo apt update && sudo apt install python3-pip && sudo -H pip3 install pyrsistent==0.16 notedown pyyaml -Iv nbformat==4.4.0
29
- save_cache:
30
key: pytorch-yarn-{{ checksum "yarn.lock" }}
31
paths:
0 commit comments