We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4544030 commit 0c8eec6Copy full SHA for 0c8eec6
.github/workflows/tests+pypi.yml
@@ -206,10 +206,10 @@ jobs:
206
GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} python -m pytest --durations=10 -v -s -We -p no:unraisableexception gitmodules/devops_tests
207
208
### uncomment to gain ssh access in case of failure
209
- - if: ${{ failure() }}
210
- uses: mxschmitt/action-tmate@v3
211
- with:
212
- limit-access-to-actor: true
+# - if: ${{ failure() }}
+# uses: mxschmitt/action-tmate@v3
+# with:
+# limit-access-to-actor: true
213
214
dist_check:
215
runs-on: ubuntu-latest
0 commit comments