Skip to content

Commit 98a2a93

Browse files
authored
Update action.yml
1 parent cc7651a commit 98a2a93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/run-tests/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ runs:
88
- name: Check PyArrow version
99
run: |
1010
# Double check that we have the expected PyArrow
11-
mamba list -f pyarrow | grep ${{ matrix.check-pyarrow-version }}
11+
mamba list -f pyarrow | grep ${{ inputs.check-pyarrow-version }}
1212
shell: bash -el {0}
1313
if: ${{ inputs.check-pyarrow-version }}
1414

0 commit comments

Comments
 (0)