File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 94
94
os : ubuntu-latest
95
95
tox_env : " py38-xdist"
96
96
- name : " ubuntu-py39"
97
- python : " 3.8 "
97
+ python : " 3.9-dev "
98
98
os : ubuntu-latest
99
99
tox_env : " py39-xdist"
100
100
- name : " ubuntu-pypy3"
@@ -132,14 +132,14 @@ jobs:
132
132
- run : git fetch --prune --unshallow
133
133
- name : Set up Python ${{ matrix.python }}
134
134
uses : actions/setup-python@v2
135
+ if : matrix.python != '3.9-dev'
136
+ with :
137
+ python-version : ${{ matrix.python }}
138
+ - name : Set up Python ${{ matrix.python }} (deadsnakes)
139
+ uses :
deadsnakes/[email protected]
140
+ if : matrix.python == '3.9-dev'
135
141
with :
136
142
python-version : ${{ matrix.python }}
137
- - name : install python3.9
138
- if : matrix.tox_env == 'py39-xdist'
139
- run : |
140
- sudo add-apt-repository ppa:deadsnakes/nightly
141
- sudo apt-get update
142
- sudo apt-get install -y --no-install-recommends python3.9-dev python3.9-distutils
143
143
- name : Install dependencies
144
144
run : |
145
145
python -m pip install --upgrade pip
You can’t perform that action at this time.
0 commit comments