Commit 95a5f271 authored by Lysandre's avatar Lysandre
Browse files

Update doc deployment script

parent 3be965c5
...@@ -3,6 +3,7 @@ cd docs ...@@ -3,6 +3,7 @@ cd docs
function deploy_doc(){ function deploy_doc(){
echo "Creating doc at commit $1 and pushing to folder $2" echo "Creating doc at commit $1 and pushing to folder $2"
git checkout $1 git checkout $1
pip install -U .
if [ ! -z "$2" ] if [ ! -z "$2" ]
then then
if [ "$2" == "master" ]; then if [ "$2" == "master" ]; then
......
...@@ -23,7 +23,7 @@ requirements: ...@@ -23,7 +23,7 @@ requirements:
- sacremoses - sacremoses
- regex !=2019.12.17 - regex !=2019.12.17
- protobuf - protobuf
- tokenizers ==0.9.4 - tokenizers ==0.10.1rc1
run: run:
- python - python
- numpy - numpy
...@@ -35,7 +35,7 @@ requirements: ...@@ -35,7 +35,7 @@ requirements:
- sacremoses - sacremoses
- regex !=2019.12.17 - regex !=2019.12.17
- protobuf - protobuf
- tokenizers ==0.9.4 - tokenizers ==0.10.1rc1
test: test:
imports: imports:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment