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

kezhenxu94 pushed a commit to branch test/release
in repository https://gitbox.apache.org/repos/asf/skywalking-python.git


The following commit(s) were added to refs/heads/test/release by this push:
     new b44c791  Test
b44c791 is described below

commit b44c791729f67c4cbea2a65a26be4c967cb744cb
Author: kezhenxu94 <[email protected]>
AuthorDate: Sun Jun 28 23:04:32 2020 +0800

    Test
---
 .github/workflows/build.yaml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 970cc0a..62aa05f 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -24,10 +24,6 @@ on:
 jobs:
   Build:
     runs-on: ubuntu-latest
-    strategy:
-      matrix:
-        python-version: 3.5
-      fail-fast: false
     steps:
       - name: Checkout source codes
         uses: actions/checkout@v2
@@ -36,7 +32,7 @@ jobs:
       - name: Set up Python ${{ matrix.python-version }}
         uses: actions/setup-python@v2
         with:
-          python-version: ${{ matrix.python-version }}
+          python-version: 3.5
       - name: Set up dependencies
         run: |
           pip install grpcio grpcio-tools

Reply via email to