File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -22,11 +22,22 @@ jobs:
22
22
python_version : " 2.7"
23
23
- os : windows-latest
24
24
python_version : " pypy2"
25
+ include :
26
+ - os : ubuntu-latest
27
+ python_version : ' 3.9-dev'
28
+
25
29
name : ${{ matrix.os }} - Python ${{ matrix.python_version }}
26
30
steps :
27
31
- uses : actions/checkout@v1
28
32
- name : Setup python
29
- uses : actions/setup-python@v1
33
+ uses : actions/setup-python@v2
34
+ if : matrix.python_version != '3.9-dev'
35
+ with :
36
+ python-version : ${{ matrix.python_version }}
37
+ architecture : x64
38
+ - name : Set up Python ${{ matrix.python_version }} (deadsnakes)
39
+ uses :
deadsnakes/[email protected]
40
+ if : matrix.python_version == '3.9-dev'
30
41
with :
31
42
python-version : ${{ matrix.python_version }}
32
43
architecture : x64
You can’t perform that action at this time.
0 commit comments