Skip to content

Commit 3fcd5f6

Browse files
committed
Install lsof with job using it
1 parent 60b6892 commit 3fcd5f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ jobs:
8181
python: "3.7"
8282
os: ubuntu-latest
8383
tox_env: "py37-lsof-numpy-oldattrs-pexpect-twisted"
84+
deps_run: sudo apt-get install lsof
8485
- name: "ubuntu-py37-pluggy"
8586
python: "3.7"
8687
os: ubuntu-latest
@@ -126,6 +127,7 @@ jobs:
126127
run: |
127128
python -m pip install --upgrade pip
128129
pip install tox coverage
130+
${{ matrix.deps_run }}
129131
130132
- name: Test without coverage
131133
if: "matrix.skip_coverage"

0 commit comments

Comments
 (0)