Skip to content

Commit b53ca5c

Browse files
bstaleticYannickJadoul
authored andcommitted
Install python3-pytest-cov
1 parent ce8656c commit b53ca5c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ jobs:
276276
- uses: actions/checkout@v2
277277

278278
- name: Add wget and python3
279-
run: apt-get update && apt-get install -y python3-dev python3-numpy python3-pytest libeigen3-dev
279+
run: apt-get update && apt-get install -y python3-dev python3-numpy python3-pytest libeigen3-dev python3-pytest-cov
280280

281281
- name: Configure
282282
shell: bash
@@ -311,7 +311,7 @@ jobs:
311311

312312
# tzdata will try to ask for the timezone, so set the DEBIAN_FRONTEND
313313
- name: Install 🐍 3
314-
run: apt-get update && DEBIAN_FRONTEND="noninteractive" apt-get install -y cmake git python3-dev python3-pytest python3-numpy
314+
run: apt-get update && DEBIAN_FRONTEND="noninteractive" apt-get install -y cmake git python3-dev python3-pytest python3-numpy python3-pytest-cov
315315

316316
- name: Configure
317317
run: cmake -S . -B build -DPYBIND11_CUDA_TESTS=ON -DPYBIND11_WERROR=ON -DDOWNLOAD_CATCH=ON
@@ -334,7 +334,7 @@ jobs:
334334
# - uses: actions/checkout@v2
335335
#
336336
# - name: Add Python 3 and a few requirements
337-
# run: yum update -y && yum install -y git python3-devel python3-numpy python3-pytest make environment-modules
337+
# run: yum update -y && yum install -y git python3-devel python3-numpy python3-pytest make environment-modules python3-pytest-cov
338338
#
339339
# - name: Install CMake with pip
340340
# run: |
@@ -438,7 +438,7 @@ jobs:
438438
- uses: actions/checkout@v1
439439

440440
- name: Add Python 3
441-
run: apt-get update; apt-get install -y python3-dev python3-numpy python3-pytest python3-pip libeigen3-dev
441+
run: apt-get update; apt-get install -y python3-dev python3-numpy python3-pytest python3-pip libeigen3-dev python3-pytest-cov
442442

443443
- name: Update pip
444444
run: python3 -m pip install --upgrade pip

0 commit comments

Comments
 (0)