File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -30,14 +30,18 @@ jobs:
30
30
python : pypy-3.7
31
31
- os : macos-latest
32
32
python : " 3.10"
33
- # XXX: We should be testing 3.10, but for some reason setuptools can't
34
- # seem to find the runner's C compiler for new wheel builds...
35
33
- os : windows-latest
36
- python : " 3.9 "
34
+ python : " 3.10 "
37
35
steps :
38
36
- uses : actions/checkout@v2
39
37
- name : Set up Python ${{ matrix.python }}
40
38
uses : actions/setup-python@v2
39
+ if : " !endsWith(matrix.python, '-dev')"
40
+ with :
41
+ python-version : ${{ matrix.python }}
42
+ - name : Set up Python ${{ matrix.python }} using deadsnakes
43
+ -
uses :
deadsnakes/[email protected]
44
+ if : " endsWith(matrix.python, '-dev')"
41
45
with :
42
46
python-version : ${{ matrix.python }}
43
47
- name : Install
You can’t perform that action at this time.
0 commit comments