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

[conda] remove bob-devel from test requirements [skip ci]

parent 99647ff4
Branches
Tags
No related merge requests found
Pipeline #53789 skipped
...@@ -44,17 +44,17 @@ test: ...@@ -44,17 +44,17 @@ test:
- conda inspect linkages -p $PREFIX {{ name }} # [not win] - conda inspect linkages -p $PREFIX {{ name }} # [not win]
- conda inspect objects -p $PREFIX {{ name }} # [osx] - conda inspect objects -p $PREFIX {{ name }} # [osx]
requires: requires:
- nose - nose {{ nose }}
- coverage - coverage {{ coverage }}
- sphinx - sphinx {{ sphinx }}
- sphinx_rtd_theme - sphinx_rtd_theme {{ sphinx_rtd_theme }}
- boost - boost {{ boost }}
- cmake - cmake {{ cmake }}
- make - make {{ make }}
- pkg-config - pkg-config {{ pkg_config }}
- freetype - freetype {{ freetype }}
- libblitz - libblitz {{ libblitz }}
- numpy - numpy {{ numpy }}
- {{ compiler('c') }} - {{ compiler('c') }}
- {{ compiler('cxx') }} - {{ compiler('cxx') }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment