Skip to content
Snippets Groups Projects
Verified Commit 8529cc7a authored by Yannick DAYER's avatar Yannick DAYER
Browse files

meta(CI): install torchaudio in conda import test.

parent a9288e45
No related branches found
No related tags found
No related merge requests found
Pipeline #89696 passed with stages
in 53 minutes and 22 seconds
......@@ -48,18 +48,16 @@ requirements:
- {{ pin_compatible('tqdm') }}
test:
imports:
- {{ name }}
commands:
- conda inspect linkages -p $PREFIX {{ name }} # [not win]
- conda inspect objects -p $PREFIX {{ name }} # [osx]
requires:
- pip {{ pip }}
- pytest {{ pytest }}
- pytest-cov {{ pytest_cov }}
- coverage {{ coverage }}
- sphinx {{ sphinx }}
- sphinx_rtd_theme {{ sphinx_rtd_theme }}
- librosa
about:
home: {{ data['project']['urls']['homepage'] }}
......
echo "Running import test for bob.bio.spear (requires installing torhaudio)"
pip --version
pip install torchaudio
python -c "import bob.bio.spear"
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