File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 34
34
poetry_version : ${{ env.RELEASE_POETRY_VERSION }}
35
35
36
36
- name : π₯ Test
37
- env :
38
- # https://github.com/python-poetry/poetry/issues/1917
39
- # https://github.com/actions/runner-images/issues/6185
40
- PYTHON_KEYRING_BACKEND : " keyring.backends.null.Keyring"
41
37
run : poetry run poe test
42
38
43
39
- name : π Create test summary
68
64
69
65
concurrency :
70
66
group : ${{ github.workflow }}-${{ github.ref }}
71
- cancel-in-progress : true
67
+ cancel-in-progress : false
Original file line number Diff line number Diff line change 42
42
poetry_version : ${{ matrix.poetry-version }}
43
43
44
44
- name : π₯ Test
45
- env :
46
- # https://github.com/python-poetry/poetry/issues/1917
47
- # https://github.com/actions/runner-images/issues/6185
48
- PYTHON_KEYRING_BACKEND : " keyring.backends.null.Keyring"
49
45
run : poetry run poe test
50
46
51
47
- name : π Create test summary
63
59
64
60
concurrency :
65
61
group : ${{ github.workflow }}-${{ github.ref }}
66
- cancel-in-progress : true
62
+ cancel-in-progress : false
You canβt perform that action at this time.
0 commit comments