You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2021/10/01 15:20:13 UTC

[tinkerpop] branch master updated: Installed python kerberos requirements for gh action build CTR

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 681174d  Installed python kerberos requirements for gh action build CTR
681174d is described below

commit 681174dcd9f70311a130b42039d0cf8982866c2d
Author: Stephen Mallette <st...@amazon.com>
AuthorDate: Fri Oct 1 11:19:48 2021 -0400

    Installed python kerberos requirements for gh action build CTR
---
 .github/workflows/build-test.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml
index d9e0aac..f9ca8a5 100644
--- a/.github/workflows/build-test.yml
+++ b/.github/workflows/build-test.yml
@@ -154,8 +154,9 @@ jobs:
         uses: actions/setup-python@v2
         with:
           python-version: '3.8'
-      - name: Setup virtualenv
+      - name: Setup Python requirements
         run: |
+          sudo apt install gcc libkrb5-dev
           python3 -m pip install --upgrade pip
           pip install virtualenv
       - name: Build with Maven