We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 915b717 commit a703e89Copy full SHA for a703e89
.github/workflows/ci.yml
@@ -10,13 +10,8 @@ jobs:
10
# FIXME should be include:, but individual entries are not supported yet, so work-around
11
config:
12
13
- # Use 2016 image for 3.5 as 2019 does not have VC++ 14.0 compiler.
+ # Use 2016 image as 2019 does not have VC++ 14.0 compiler.
14
# https://github.community/t5/GitHub-Actions/Microsoft-Visual-C-14-0-compiler-not-available-on-Windows-2019/m-p/32871
15
- - os-image: windows-2016
16
- os-name: windows
17
- python-version: '3.5'
18
- python-arch: '64'
19
- numpy-version: '1.9'
20
- os-image: windows-2016
21
os-name: windows
22
python-version: '3.6'
0 commit comments