"test/vscode:/vscode.git/clone" did not exist on "4bab50a6b580f927af927a35cb922c46e048c0b3"
Unverified Commit 90415475 authored by Santiago Castro's avatar Santiago Castro Committed by GitHub
Browse files

Fix the Conda package build (#16737)

* Fix the Conda package build

* Update build.sh

* Update release-conda.yml
parent babd7b1a
......@@ -25,7 +25,7 @@ requirements:
- sacremoses
- regex !=2019.12.17
- protobuf
- tokenizers >=0.10.1,<0.11.0
- tokenizers >=0.11.1,!=0.11.3,<0.13
- pyyaml >=5.1
run:
- python
......@@ -40,7 +40,7 @@ requirements:
- sacremoses
- regex !=2019.12.17
- protobuf
- tokenizers >=0.10.1,<0.11.0
- tokenizers >=0.11.1,!=0.11.3,<0.13
- pyyaml >=5.1
test:
......
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