File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments