Skip to content
Snippets Groups Projects
Commit 32411a2d authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

[conda] pin pip too

parent 47ce6dfc
No related branches found
No related tags found
1 merge request!133[conda] use pip to install package
Pipeline #54699 passed
......@@ -20,7 +20,7 @@ requirements:
host:
- python {{ python }}
- setuptools {{ setuptools }}
- pip
- pip {{ pip }}
- click >=8
- click {{ click }}
- click-plugins {{ click_plugins }}
......@@ -47,7 +47,7 @@ test:
- conda inspect linkages -p $PREFIX {{ name }} # [not win]
- conda inspect objects -p $PREFIX {{ name }} # [osx]
requires:
- pip
- pip {{ pip }}
- nose {{ nose }}
- coverage {{ coverage }}
- sphinx {{ sphinx }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment