You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by rs...@apache.org on 2021/03/18 09:02:26 UTC

[avro] branch master updated: AVRO-3080: Fix Python interop test on CI to check snappy and zstd files (#1139)

This is an automated email from the ASF dual-hosted git repository.

rskraba pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/master by this push:
     new b934afe  AVRO-3080: Fix Python interop test on CI to check snappy and zstd files (#1139)
b934afe is described below

commit b934afe2fa7d6a6553d505b1db2a516374c886f3
Author: Kengo Seki <se...@apache.org>
AuthorDate: Thu Mar 18 18:02:11 2021 +0900

    AVRO-3080: Fix Python interop test on CI to check snappy and zstd files (#1139)
---
 .github/workflows/test-lang-py.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/test-lang-py.yml b/.github/workflows/test-lang-py.yml
index f9272f9..3413d0f 100644
--- a/.github/workflows/test-lang-py.yml
+++ b/.github/workflows/test-lang-py.yml
@@ -105,6 +105,7 @@ jobs:
       - name: Install Dependencies
         run: |
           python3 -m pip install --upgrade pip setuptools tox-wheel
+          python3 -m pip install python-snappy zstandard
 
       - name: Cache Local Maven Repository
         uses: actions/cache@v2