Commit 11d1563
Todd Leonhardt
No longer test for Python 3.4 on macOS
numpy and pandas install slowly on Python 3.4. Instead of writing the if/then logic to only install those on Python 3.5 or newer, just test on Python 3.5 or newer on macOS in order to speed up the Azure Pipeline build.1 parent fbc4c7e commit 11d1563
1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | 17 | | |
20 | 18 | | |
21 | 19 | | |
22 | 20 | | |
23 | 21 | | |
24 | 22 | | |
25 | 23 | | |
26 | | - | |
| 24 | + | |
27 | 25 | | |
28 | 26 | | |
29 | 27 | | |
| |||
0 commit comments