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: ...@@ -16,3 +16,6 @@ steps:
- script: 'python setup.py nosetests' - script: 'python setup.py nosetests'
displayName: Unit tests displayName: Unit tests
- script: 'codecov -t $(codecov.token)'
displayName: Upload coverage
...@@ -11,8 +11,8 @@ setup_attrs = { ...@@ -11,8 +11,8 @@ setup_attrs = {
'packages': find_packages(), 'packages': find_packages(),
'include_package_data': True, 'include_package_data': True,
'install_requires': [ 'install_requires': [
'torch_nightly', # 'torch-nightly',
'pytorch-ignite', # 'pytorch-ignite',
'lark-parser', 'lark-parser',
'h5py', '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