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 f2f61b0 commit 9ce6718
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ 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 @@ -30,4 +28,4 @@ jobs:
pip install .
- name: Test with nose
run: |
nosetests .
nosetests

0 comments on commit 9ce6718

Please sign in to comment.