"tests/vscode:/vscode.git/clone" did not exist on "2840272c5f872315a5c37b8aee0454d2129b8bc7"
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:
- name: Build conda packages
run: |
conda info
conda build .github/conda
conda list
conda-build .github/conda
- name: Upload to Anaconda
run: anaconda upload `conda build .github/conda --output` --force
\ No newline at end of file
run: anaconda upload `conda-build .github/conda --output` --force
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