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 fba055d commit f2f61b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
paths:
- 'test/*'
run: |
sudo apt-get install libopenmpi-dev
python -m pip install --upgrade pip
Expand All @@ -28,5 +30,4 @@ jobs:
pip install .
- name: Test with nose
run: |
touch __init__.py
nosetests .

0 comments on commit f2f61b0

Please sign in to comment.