We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44ce5f8 commit 3b552a6Copy full SHA for 3b552a6
1 file changed
.github/workflows/tutorials.yaml
@@ -148,7 +148,6 @@ jobs:
148
with:
149
file: docker/Dockerfile.devito
150
tag: ${{ matrix.name }}
151
- # base: devitocodes/bases:cpu-gcc # Needed?
152
153
- name: Get the Docker image Python version
154
uses: ./.github/actions/docker-run
@@ -177,7 +176,6 @@ jobs:
177
176
env: |
178
CI=true
179
CODECOV_TOKEN=${{ secrets.CODECOV_TOKEN }}
180
- DEVITO_LOGGING=DEBUG
181
PYTHONFAULTHANDLER=1
182
command: |
183
pytest \
0 commit comments