COV_CMD attempt 2
This commit is contained in:
parent
71fa7faa60
commit
d6e808d5f1
|
@ -78,3 +78,4 @@ jobs:
|
||||||
DS_JOBS: ${{ matrix.jobs }}
|
DS_JOBS: ${{ matrix.jobs }}
|
||||||
DS_MATRIX_EXCLUDE: ${{ matrix.matrix_exclude }}
|
DS_MATRIX_EXCLUDE: ${{ matrix.matrix_exclude }}
|
||||||
DOCKER_BUILDKIT: 1
|
DOCKER_BUILDKIT: 1
|
||||||
|
COV_CMD: ""
|
||||||
|
|
|
@ -42,7 +42,7 @@
|
||||||
"sub":
|
"sub":
|
||||||
{
|
{
|
||||||
"pattern": "(\\d|py\\d)\\.*(\\d+)",
|
"pattern": "(\\d|py\\d)\\.*(\\d+)",
|
||||||
"replace": "py\\1\\2 COV_CMD=''"
|
"replace": "py\\1\\2"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"python_version": "python-version"
|
"python_version": "python-version"
|
||||||
|
|
Loading…
Reference in New Issue