We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fa1143 commit 217d36fCopy full SHA for 217d36f
.github/workflows/assets.yml
@@ -29,6 +29,8 @@ jobs:
29
- 'cp38-cp38'
30
steps:
31
- uses: actions/checkout@v2
32
+ with:
33
+ submodules: true
34
- name: Install Apache Arrow
35
run: |
36
yum install -y https://apache.bintray.com/arrow/centos/$(cut -d: -f5 /etc/system-release-cpe)/apache-arrow-release-latest.rpm
0 commit comments