Skip to content
Snippets Groups Projects
Commit d159531d authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[conda] Fix build deps

parent 33178428
No related branches found
No related tags found
1 merge request!160Fix base_build() with a proper support for multi-package-building through conda-build
Pipeline #40149 failed
......@@ -22,6 +22,3 @@ python:
- 3.6
- 3.7
- 3.8
setuptools:
- 46.1.1
......@@ -24,7 +24,8 @@ build:
requirements:
host:
- python {{ python }}
- setuptools {{ setuptools }}
build:
- pip
run:
- python
- setuptools
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment