Skip to content

Commit

Permalink
fix nose import warning error
Browse files Browse the repository at this point in the history
  • Loading branch information
vorj committed Feb 4, 2020
1 parent 7f7b2d5 commit 2c3075b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/build_and_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ source venv/bin/activate

# Install dependencies
pip install -U pip
pip install Cython pytest mock nose
pip install numpy>=1.15 Cython pytest mock nose

# Ignore occurred errors below
set +e
Expand Down

0 comments on commit 2c3075b

Please sign in to comment.