Skip to content

Commit cc7651a

Browse files
authored
Update action.yml
1 parent 282ad1b commit cc7651a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ runs:
88
- name: Check PyArrow version
99
run: |
1010
# Double check that we have the expected PyArrow
11-
pushd /tmp
12-
python -c "import pandas; pandas.show_versions()" | egrep -i "pyarrow.+: ${{ matrix.check-pyarrow-version }}"
13-
popd
11+
mamba list -f pyarrow | grep ${{ matrix.check-pyarrow-version }}
1412
shell: bash -el {0}
1513
if: ${{ inputs.check-pyarrow-version }}
1614

0 commit comments

Comments
 (0)