Skip to content
This repository was archived by the owner on Oct 22, 2024. It is now read-only.

Commit eb8ba21

Browse files
committed
workflows/pull_request: run max 1 job at a time
1 parent be385f7 commit eb8ba21

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/pull_request.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
test:
1010
runs-on: ubuntu-18.04
1111
strategy:
12+
# tests can't run in parallel as they write and read data with same keys
13+
max-parallel: 1
1214
matrix:
1315
python-version: ["3.7", "3.8", "3.9"]
1416
steps:

0 commit comments

Comments
 (0)