"...git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "f7ea959b96f26fd978e7f5acb2e22c11a58bf20e"
Unverified Commit 8bf27075 authored by Lysandre Debut's avatar Lysandre Debut Committed by GitHub
Browse files

Fix conda build (#9589)

* conda build -> conda-build

* Syntax error

* conda build -> conda-build + 4.2.0

* Prepare to merge in `master`
parent c99751dd
...@@ -37,7 +37,8 @@ jobs: ...@@ -37,7 +37,8 @@ jobs:
- name: Build conda packages - name: Build conda packages
run: | run: |
conda info conda info
conda build .github/conda conda list
conda-build .github/conda
- name: Upload to Anaconda - name: Upload to Anaconda
run: anaconda upload `conda build .github/conda --output` --force run: anaconda upload `conda-build .github/conda --output` --force
\ No newline at end of file
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