We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc7651a commit 98a2a93Copy full SHA for 98a2a93
.github/actions/run-tests/action.yml
@@ -8,7 +8,7 @@ runs:
8
- name: Check PyArrow version
9
run: |
10
# Double check that we have the expected PyArrow
11
- mamba list -f pyarrow | grep ${{ matrix.check-pyarrow-version }}
+ mamba list -f pyarrow | grep ${{ inputs.check-pyarrow-version }}
12
shell: bash -el {0}
13
if: ${{ inputs.check-pyarrow-version }}
14
0 commit comments