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

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


The following commit(s) were added to refs/heads/master by this push:
     new 86d3b825 Fix python driver CI (#760)
86d3b825 is described below

commit 86d3b825440d1d3585003b298936a4f9ab501df9
Author: Muhammad Taha Naveed <[email protected]>
AuthorDate: Thu Mar 23 00:46:13 2023 +0500

    Fix python driver CI (#760)
    
    - Removed duplicate line which was introduced by mistake and was failing
      this CI.
---
 .github/workflows/python-driver.yaml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.github/workflows/python-driver.yaml 
b/.github/workflows/python-driver.yaml
index a7ef9741..2f06eb7b 100644
--- a/.github/workflows/python-driver.yaml
+++ b/.github/workflows/python-driver.yaml
@@ -18,7 +18,6 @@ jobs:
     steps:
     - uses: actions/checkout@v3
     
-    - name: Run apache/age docker image
     - name: Set tag based on branch
       run: |
         if [[ "$GITHUB_EVENT_NAME" == "push" ]]; then

Reply via email to