Skip to content

Commit 7a38d9a

Browse files
committed
pin pyrsistent version to 0.16.0 for python2 compatibility
1 parent e32f2d0 commit 7a38d9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
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 notedown pyyaml -Iv nbformat==4.4.0
28+
command: sudo apt update && sudo apt install python-pip && sudo -H pip 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)