Unverified Commit 45252be6 authored by Gao, Xiang's avatar Gao, Xiang Committed by GitHub
Browse files

Fix azure build, part 2 (#136)

parent 36457f2e
......@@ -16,3 +16,6 @@ steps:
- script: 'python setup.py nosetests'
displayName: Unit tests
- script: 'codecov -t $(codecov.token)'
displayName: Upload coverage
......@@ -11,8 +11,8 @@ setup_attrs = {
'packages': find_packages(),
'include_package_data': True,
'install_requires': [
'torch_nightly',
'pytorch-ignite',
# 'torch-nightly',
# 'pytorch-ignite',
'lark-parser',
'h5py',
],
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment