Skip to content

Commit

Permalink
Update pythonpackage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
freude committed Feb 10, 2020
1 parent 0aadcae commit 4226a94
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ jobs:
run: |
sudo apt-get install libopenmpi-dev
python -m pip install --upgrade pip
pip install python-coveralls
pip install coverage==4.5.4
pip install -r requirements.txt
- name: Lint with flake8
- name: Install Nanonet
run: |
pip install .
- name: Test with nose
run: |
nosetests
nosetests .

0 comments on commit 4226a94

Please sign in to comment.