Skip to content

Commit

Permalink
Install lsof with job using it
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Jan 21, 2020
1 parent 60b6892 commit 3fcd5f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
python: "3.7"
os: ubuntu-latest
tox_env: "py37-lsof-numpy-oldattrs-pexpect-twisted"
deps_run: sudo apt-get install lsof
- name: "ubuntu-py37-pluggy"
python: "3.7"
os: ubuntu-latest
Expand Down Expand Up @@ -126,6 +127,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install tox coverage
${{ matrix.deps_run }}
- name: Test without coverage
if: "matrix.skip_coverage"
Expand Down

0 comments on commit 3fcd5f6

Please sign in to comment.