Skip to content

Commit 6c77c89

Browse files
committed
Try a complete 'include' entry
1 parent 0a76bc7 commit 6c77c89

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@ jobs:
3939
reactor: asyncio
4040
include:
4141
- os: ubuntu-latest
42-
python: 37
42+
python:
43+
short: 37
44+
dotted: 3.7
45+
reactor: default
4346
toxenv: linting
4447
steps:
4548
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)