Skip to content

Commit 651e5e8

Browse files
committed
ci: ?
1 parent d589ce1 commit 651e5e8

2 files changed

Lines changed: 1 addition & 11 deletions

File tree

.github/actions/docker-run/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ runs:
5858
--env-file=docker/coverage.env \
5959
${{ steps.processenv.outputs.docker_environment_args }} \
6060
"${{ inputs.tag }}_${{ inputs.uid }}" \
61-
${{ inputs.command }}
61+
"${{ inputs.command }}"

.github/workflows/pytest-gpu.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -115,15 +115,9 @@ jobs:
115115
uid: ${{ steps.build.outputs.unique }}
116116
tag: ${{ matrix.name }}
117117
args: ${{ matrix.dockerflags }}
118-
env: |
119-
CI=true
120-
CODECOV_TOKEN=${{ secrets.CODECOV_TOKEN }}
121118
command: |
122119
pytest \
123120
-v \
124-
--cov \
125-
--cov-config=.coveragerc \
126-
--cov-report=xml \
127121
${{ matrix.test_examples }}
128122
129123
- name: Test examples with MPI
@@ -134,16 +128,12 @@ jobs:
134128
args: ${{ matrix.dockerflags }}
135129
env: |
136130
CI=true
137-
CODECOV_TOKEN=${{ secrets.CODECOV_TOKEN }}
138131
DEVITO_LOGGING=DEBUG
139132
DEVITO_MPI=1
140133
command: |
141134
mpiexec -n 2 \
142135
pytest \
143136
-v \
144-
--cov \
145-
--cov-config=.coveragerc \
146-
--cov-report=xml \
147137
${{ matrix.test_examples }}
148138
149139
- name: Cleanup docker image

0 commit comments

Comments
 (0)