jdye64 commented on code in PR #162:
URL: 
https://github.com/apache/arrow-datafusion-python/pull/162#discussion_r1095084686


##########
.github/workflows/test.yaml:
##########
@@ -119,15 +111,10 @@ jobs:
           args: --release --out dist
 
       - name: Run tests
+        env:
+          RUST_BACKTRACE: 1
         run: |
           git submodule update --init
-          export PATH=$PATH:$HOME/d/protoc/bin
-          export PROTOC=$HOME/d/protoc/bin
-          sudo chown -R $(whoami) $HOME/d/protoc
-          ls -l $HOME/d/protoc/
-          ls -l $HOME/d/protoc/bin
-          pip install datafusion-python --no-index --find-links dist 
--force-reinstall
-          pip install pytest
-          cargo clean
-          maturin develop
-          RUST_BACKTRACE=1 pytest -v .
+          source venv/bin/activate
+          pip install -e . --vv

Review Comment:
   doh!, thanks. That was my bad



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to