File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 3232 with :
3333 auto-update-conda : true
3434 python-version : ${{ matrix.python-version }}
35+ auto-activate-base : true
3536
3637 - name : Check python version
3738 run : |
@@ -256,6 +257,8 @@ jobs:
256257 - name : Test with pytest - plain
257258 if : env.coverage-on-version != matrix.python-version
258259 run : |
260+ echo "pytest-time which pw.x"
261+ which pw.x
259262 rm -rf $HOME/pytest_plain
260263 mkdir $HOME/pytest_plain
261264 # attempt to work around mkl/numpy issue
@@ -277,6 +280,8 @@ jobs:
277280 - name : Test with pytest - coverage
278281 if : env.coverage-on-version == matrix.python-version
279282 run : |
283+ echo "pytest-time which pw.x"
284+ which pw.x
280285 rm -rf $HOME/pytest_cov
281286 mkdir $HOME/pytest_cov
282287 # attempt to work around mkl/numpy issue
You can’t perform that action at this time.
0 commit comments