Skip to content

Commit f1c20ad

Browse files
committed
debug pw.x
1 parent a43ef7e commit f1c20ad

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pytests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
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

0 commit comments

Comments
 (0)