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

agrove pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion-python.git


The following commit(s) were added to refs/heads/main by this push:
     new 5b02394  fix invalid build yaml (#308)
5b02394 is described below

commit 5b023942c68b6e2d08ab86975fba7c2b9bf69dda
Author: Andy Grove <[email protected]>
AuthorDate: Fri Mar 31 11:12:17 2023 -0600

    fix invalid build yaml (#308)
---
 .github/workflows/build.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index fc89107..e57696f 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -105,8 +105,6 @@ jobs:
       - name: Build wheels
         uses: PyO3/maturin-action@v1
         with:
-          env:
-            RUST_BACKTRACE: 1
           rust-toolchain: nightly
           target: x86_64
           manylinux: auto

Reply via email to