Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
update ci (#232)
Browse files Browse the repository at this point in the history
* update ci

* update ci

* update azure-pipelines

* update azure-pipelines
  • Loading branch information
Crysple authored Oct 17, 2018
1 parent da7abfd commit 9cdcb4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ steps:
- script: python3 -m pip install --upgrade pip setuptools
displayName: 'Install python tools'
- script: |
make easy-install
export PATH=$HOME/.nni/bin:$PATH
./install.sh
displayName: 'Install dependencies'
- script: |
cd test/naive
PATH=$HOME/.local/nni/node/bin:$PATH python3 run.py
source ~/.bashrc
python3 run.py
displayName: 'Run tests'

0 comments on commit 9cdcb4d

Please sign in to comment.