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 282ad1b commit cc7651aCopy full SHA for cc7651a
.github/actions/run-tests/action.yml
@@ -8,9 +8,7 @@ runs:
8
- name: Check PyArrow version
9
run: |
10
# 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
+ mamba list -f pyarrow | grep ${{ matrix.check-pyarrow-version }}
14
shell: bash -el {0}
15
if: ${{ inputs.check-pyarrow-version }}
16
0 commit comments