Skip to content

Commit 02576d1

Browse files
committed
Need something that doesn't block
1 parent d668832 commit 02576d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@ jobs:
3737
runs-on: ubuntu-latest
3838
steps:
3939
- uses: actions/checkout@v2
40-
- uses: lhotari/action-upterm@v1
40+
- uses: mxschmitt/action-tmate@v3
4141
with:
42+
detached: true
4243
limit-access-to-actor: true
4344
- name: Test with pytest
4445
uses: addnab/docker-run-action@v3

0 commit comments

Comments
 (0)