Skip to content

Commit 77d2309

Browse files
committed
Apply CI/CD workflow updates from template
1 parent 2c96f9e commit 77d2309

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

β€Ž.github/workflows/cd.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@ jobs:
3434
poetry_version: ${{ env.RELEASE_POETRY_VERSION }}
3535

3636
- 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"
4137
run: poetry run poe test
4238

4339
- name: πŸš’ Create test summary
@@ -68,4 +64,4 @@ jobs:
6864

6965
concurrency:
7066
group: ${{ github.workflow }}-${{ github.ref }}
71-
cancel-in-progress: true
67+
cancel-in-progress: false

β€Ž.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ jobs:
4242
poetry_version: ${{ matrix.poetry-version }}
4343

4444
- 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"
4945
run: poetry run poe test
5046

5147
- name: πŸš’ Create test summary
@@ -63,4 +59,4 @@ jobs:
6359

6460
concurrency:
6561
group: ${{ github.workflow }}-${{ github.ref }}
66-
cancel-in-progress: true
62+
cancel-in-progress: false

0 commit comments

Comments
Β (0)