Skip to content

Commit 0147208

Browse files
committed
limit to one session
Signed-off-by: Roger Aiudi <[email protected]>
1 parent 5d5422f commit 0147208

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -15,31 +15,16 @@
1515
"fail-fast": false,
1616
"matrix": {
1717
"name": [
18-
"win-py-3.9",
19-
"win-py-3.8",
2018
"win-py-3.7",
21-
"win-py-3.6",
2219
],
2320
"arch": [
2421
"x86"
2522
],
2623
"include": [
27-
{
28-
"name": "win-py-3.9",
29-
"pyenv": "3.9",
30-
},
31-
{
32-
"name": "win-py-3.8",
33-
"pyenv": "3.8",
34-
},
3524
{
3625
"name": "win-py-3.7",
3726
"pyenv": "3.7",
3827
},
39-
{
40-
"name": "win-py-3.6",
41-
"pyenv": "3.6",
42-
},
4328
],
4429
},
4530
},

0 commit comments

Comments
 (0)