summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2022-11-19 17:53:18 +0200
committermattip <matti.picus@gmail.com>2022-11-19 17:53:18 +0200
commit023587ad2379ae5b612ab1d6d20a2eb6a6fcab50 (patch)
tree02368cbe87064fd0bc342ce3a6d2a3ca40115019
parent39c0f29f7b00191b78f59cf58622a375a09ddf26 (diff)
downloadnumpy-023587ad2379ae5b612ab1d6d20a2eb6a6fcab50.tar.gz
debugging the CI workflow with the action-tmate did not help: it does not preserve state
-rw-r--r--.github/workflows/wheels.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml
index 111eb36db..a716139c4 100644
--- a/.github/workflows/wheels.yml
+++ b/.github/workflows/wheels.yml
@@ -121,13 +121,6 @@ jobs:
env:
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}
- - name: Debug failures with tmate
- uses: mxschmitt/action-tmate@v3
- with:
- limit-access-to-actor: true
- timeout-minutes: 45
- if: ${{ failure() }}
-
- uses: actions/upload-artifact@v3
with:
name: ${{ matrix.python }}-${{ startsWith(matrix.buildplat[1], 'macosx') && 'macosx' || matrix.buildplat[1] }}