Commit a71b699
Delega Bot
ci: add pytest-asyncio to publish.yml test step
The publish.yml test step is a duplicate of ci.yml but with its own
dependency list. It was missing pytest-asyncio, so the 11 new async
tests added in 0.2.1 failed the publish gate on that commit and
blocked the PyPI upload.
ci.yml was updated in the same PR; publish.yml was missed.
Small cherry-pick direct to main to unblock re-tagging v0.2.1.1 parent 7eabd02 commit a71b699
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments