Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
4bdff2cd
"...git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "0cf60f13ab1c857c17fc3fb127129048c93bf06c"
Unverified
Commit
4bdff2cd
authored
Jun 23, 2021
by
Lysandre Debut
Committed by
GitHub
Jun 23, 2021
Browse files
Conda build (#12323)
parent
9eda6b52
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
.github/conda/meta.yaml
.github/conda/meta.yaml
+2
-0
.github/workflows/release-conda.yml
.github/workflows/release-conda.yml
+2
-0
No files found.
.github/conda/meta.yaml
View file @
4bdff2cd
...
...
@@ -26,6 +26,7 @@ requirements:
-
regex !=2019.12.17
-
protobuf
-
tokenizers >=0.10.1,<0.11.0
-
pyyaml
run
:
-
python
-
numpy >=1.17
...
...
@@ -40,6 +41,7 @@ requirements:
-
regex !=2019.12.17
-
protobuf
-
tokenizers >=0.10.1,<0.11.0
-
pyyaml
test
:
imports
:
...
...
.github/workflows/release-conda.yml
View file @
4bdff2cd
...
...
@@ -4,6 +4,8 @@ on:
push
:
tags
:
-
v*
branches
:
-
conda_*
env
:
ANACONDA_API_TOKEN
:
${{ secrets.ANACONDA_API_TOKEN }}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment