Skip to content

Commit 219ffea

Browse files
committed
Change coverage install
1 parent a85bbf0 commit 219ffea

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,14 +267,16 @@ jobs:
267267
- name: Checkout code
268268
uses: actions/checkout@v4
269269

270-
- run: pip3 install coverage
270+
#- run: pip3 install coverage
271271

272272
- name: Install dependencies
273273
uses: mamba-org/setup-micromamba@v1
274274
with:
275275
environment-file: assets/ci/python-env.yaml
276276
create-args: |
277277
python=${{ matrix.python_v }}
278+
279+
- run: python -m pip install --upgrade pip && python -m pip install coverage
278280

279281
- name: Install GCC (OSX)
280282
if: ${{ contains(matrix.os, 'macos') }}
@@ -309,7 +311,7 @@ jobs:
309311
cp assets/parameters.toml python/dftd3
310312
311313
- name: Install Python extension module (pip)
312-
run: pip3 install . -vv
314+
run: python3 -m pip install . -vv
313315
working-directory: python
314316
env:
315317
PKG_CONFIG_PATH: ${{ env.PKG_CONFIG_PATH }}:${{ env.DFTD3_PREFIX }}/lib/pkgconfig

0 commit comments

Comments
 (0)