paleolimbot commented on code in PR #117:
URL: https://github.com/apache/arrow-nanoarrow/pull/117#discussion_r1231696846
##########
.github/workflows/python.yaml:
##########
@@ -57,3 +57,31 @@ jobs:
- name: Run tests
run: |
pytest python/tests -v -s
+
+ - name: Run doctests
+ if: success() && matrix.python-version == '3.10'
+ run: |
+ # Needs editable install to run --doctest-cython
+ pip install pytest-cython
+ pip install -e python
Review Comment:
I'll update this...there are many things that could have been wrong with my
local setup!
--
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]