Michael-J-Ward commented on code in PR #710:
URL: https://github.com/apache/datafusion-python/pull/710#discussion_r1606931001


##########
.github/workflows/test.yaml:
##########
@@ -111,3 +134,9 @@ jobs:
           source venv/bin/activate
           pip install -e . -vv
           pytest -v .
+
+      - name: Run TPC-H examples
+        run: |
+          cd examples/tpch

Review Comment:
   I *think* the first line here should activate the venv
   
   ```
         - name: Run TPC-H examples
           run: |
             source venv/bin/activate
             cd examples/tpch
             python convert_data_to_parquet.py
             pytest _tests.py
   ```



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to