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

[conda] require_features is removed from conda

parent d207acb2
No related branches found
No related tags found
No related merge requests found
Pipeline #32371 passed
...@@ -16,8 +16,6 @@ build: ...@@ -16,8 +16,6 @@ build:
{% endif %} {% endif %}
- python setup.py install --single-version-externally-managed --record record.txt - python setup.py install --single-version-externally-managed --record record.txt
skip: True # [blas_impl == 'openblas' and win] skip: True # [blas_impl == 'openblas' and win]
requires_features:
blas: {{ blas_impl }}
requirements: requirements:
build: build:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment