From 95a5f271e520191767a7da7131a58b936cc27a70 Mon Sep 17 00:00:00 2001 From: Lysandre Date: Fri, 5 Feb 2021 11:10:29 +0100 Subject: [PATCH] Update doc deployment script --- .circleci/deploy.sh | 1 + .github/conda/meta.yaml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.circleci/deploy.sh b/.circleci/deploy.sh index e5e86a385b..ec3b8d54eb 100755 --- a/.circleci/deploy.sh +++ b/.circleci/deploy.sh @@ -3,6 +3,7 @@ cd docs function deploy_doc(){ echo "Creating doc at commit $1 and pushing to folder $2" git checkout $1 + pip install -U . if [ ! -z "$2" ] then if [ "$2" == "master" ]; then diff --git a/.github/conda/meta.yaml b/.github/conda/meta.yaml index da27594bd6..844e1ba9d5 100644 --- a/.github/conda/meta.yaml +++ b/.github/conda/meta.yaml @@ -23,7 +23,7 @@ requirements: - sacremoses - regex !=2019.12.17 - protobuf - - tokenizers ==0.9.4 + - tokenizers ==0.10.1rc1 run: - python - numpy @@ -35,7 +35,7 @@ requirements: - sacremoses - regex !=2019.12.17 - protobuf - - tokenizers ==0.9.4 + - tokenizers ==0.10.1rc1 test: imports: