Skip to content

Commit 2547104

Browse files
Refs #265. use non-slim for 3.3 and 3.4 because we need wget
1 parent 1c400d2 commit 2547104

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
- python-version: 2.6
1515
image: cronosmobi/python2.6
1616
- python-version: 3.3
17-
image: python:3.3-slim
17+
image: python:3.3
1818
- python-version: 3.4
19-
image: python:3.4-slim
19+
image: python:3.4
2020

2121
steps:
2222
- name: Checkout code

0 commit comments

Comments
 (0)