Skip to content

Commit 1ca43b5

Browse files
committed
Digging for bugs
1 parent fb781e7 commit 1ca43b5

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/pytest-gpu.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,14 @@ jobs:
105105
run: |
106106
ci_env=$(bash <(curl -s https://codecov.io/env))
107107
108-
docker run ${{ matrix.flags }} $ci_env -e CI=true "${DOCKER_IMAGE}" \
108+
# docker run ${{ matrix.flags }} $ci_env -e CI=true "${DOCKER_IMAGE}" \
109+
docker run ${{ matrix.flags }} $ci_env -e CI=true \
110+
-e PYTHONFAULTHANDLER=1 \
111+
-e CUDA_LAUNCH_BLOCKING=1 \
112+
-e NV_ACC_NOTIFY=3 \
113+
-e NV_ACC_DEBUG=1 \
114+
-e DEVITO_LOGGING=DEBUG \
115+
"${DOCKER_IMAGE}" \
109116
pytest -vv -ra -l -s --full-trace --maxfail=1 \
110117
--cov --cov-config=.coveragerc --cov-report=xml ${{ matrix.test_files }}
111118

0 commit comments

Comments
 (0)