Skip to content

Commit

Permalink
Avoid pyarrow 12.0.0 (next is 13.0.0?) because of apache/arrow#15054
Browse files Browse the repository at this point in the history
…... hopefully will be fixed in v13?
  • Loading branch information
mattw-nws committed May 17, 2023
1 parent f80cbb4 commit 315ea05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/module_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
pip install 'pip>=23.0,<23.1'
pip install -U setuptools
pip install -r requirements.txt
pip install deprecated pyarrow tables geopandas numpy
pip install deprecated 'pyarrow!=12.0.0' tables geopandas numpy
if [ ${{ runner.os }} == 'macOS' ]
then
export LIBRARY_PATH=/usr/local/lib/gcc/11/
Expand Down

0 comments on commit 315ea05

Please sign in to comment.