pitrou commented on a change in pull request #7021:
URL: https://github.com/apache/arrow/pull/7021#discussion_r419995997



##########
File path: .github/workflows/python.yml
##########
@@ -34,103 +34,75 @@ on:
 env:
   DOCKER_BUILDKIT: 0
   COMPOSE_DOCKER_CLI_BUILD: 1
+  ARCHERY_DOCKER_USER: ${{ secrets.DOCKERHUB_TOKEN }}
+  ARCHERY_DOCKER_PASSWORD: ${{ secrets.DOCKERHUB_USER }}
 
 jobs:
 
-  ubuntu:
-    name: AMD64 Ubuntu 16.04 Python 3.5
-    runs-on: ubuntu-latest
-    if: ${{ !contains(github.event.pull_request.title, 'WIP') }}
+ docker:
+  name: ${{ matrix.title }}
+  runs-on: ubuntu-latest
+  if: ${{ !contains(github.event.pull_request.title, 'WIP') }}
+  strategy:
+    fail-fast: false
+    matrix:
+      name:
+        - ubuntu-16.04-python-3
+        - conda-python-3.6-nopandas
+        - conda-python-3.8-pandas-latest
+      include:
+        - name: ubuntu-16.04-python-3
+          image: ubuntu-python
+          # this image always builds with python 3.5
+          title: AMD64 Ubuntu 16.04 Python 3.5
+          ubuntu: 16.04
+        - name: conda-python-3.8-nopandas
+          image: conda-python
+          title: AMD64 Conda Python 3.8 Without Pandas
+          python: 3.8
+        - name: conda-python-3.6-pandas-0.23
+          image: conda-python-pandas
+          title: AMD64 Conda Python 3.8 Pandas 0.23
+          python: 3.6
+          pandas: 0.23
+        - name: conda-python-3.6-pandas-latest
+          image: conda-python-pandas
+          title: AMD64 Conda Python 3.8 Pandas latest
+          python: 3.6

Review comment:
       Title says "3.8"




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to