We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1827fe6 commit 642c695Copy full SHA for 642c695
.github/workflows/release.yaml
@@ -47,7 +47,7 @@ jobs:
47
ci/deploy.sh bump_py_version $version
48
- name: Build a binary wheel
49
run: |
50
- ../ci/deploy.sh install_pyarrow
+ ci/deploy.sh install_pyarrow
51
pip install setuptools wheel Cython numpy pytest
52
cd python
53
pip list
0 commit comments