Skip to content

Commit

Permalink
Fix azure build, part 2 (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
zasdfgbnm committed Oct 30, 2018
1 parent 36457f2 commit 45252be
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions azure/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ steps:

- script: 'python setup.py nosetests'
displayName: Unit tests

- script: 'codecov -t $(codecov.token)'
displayName: Upload coverage
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
'packages': find_packages(),
'include_package_data': True,
'install_requires': [
'torch_nightly',
'pytorch-ignite',
# 'torch-nightly',
# 'pytorch-ignite',
'lark-parser',
'h5py',
],
Expand Down

0 comments on commit 45252be

Please sign in to comment.