Unverified Commit 4bdff2cd authored by Lysandre Debut's avatar Lysandre Debut Committed by GitHub
Browse files

Conda build (#12323)

parent 9eda6b52
...@@ -26,6 +26,7 @@ requirements: ...@@ -26,6 +26,7 @@ requirements:
- regex !=2019.12.17 - regex !=2019.12.17
- protobuf - protobuf
- tokenizers >=0.10.1,<0.11.0 - tokenizers >=0.10.1,<0.11.0
- pyyaml
run: run:
- python - python
- numpy >=1.17 - numpy >=1.17
...@@ -40,6 +41,7 @@ requirements: ...@@ -40,6 +41,7 @@ requirements:
- regex !=2019.12.17 - regex !=2019.12.17
- protobuf - protobuf
- tokenizers >=0.10.1,<0.11.0 - tokenizers >=0.10.1,<0.11.0
- pyyaml
test: test:
imports: imports:
......
...@@ -4,6 +4,8 @@ on: ...@@ -4,6 +4,8 @@ on:
push: push:
tags: tags:
- v* - v*
branches:
- conda_*
env: env:
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_API_TOKEN }} ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_API_TOKEN }}
......
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