From b150c81401b1444c05a06a61eb08d9bb6ba659fc Mon Sep 17 00:00:00 2001 From: Matt Williamson <87771120+mattw-nws@users.noreply.github.com> Date: Fri, 23 Jun 2023 08:31:19 -0500 Subject: [PATCH 1/2] Widen net for crashing pyarrow versions --- .github/workflows/module_integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/module_integration.yml b/.github/workflows/module_integration.yml index c8a5674654..4c44e0ea6f 100644 --- a/.github/workflows/module_integration.yml +++ b/.github/workflows/module_integration.yml @@ -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!=12.0.0' tables geopandas numpy + pip install deprecated 'pyarrow!=12.*' tables geopandas numpy if [ ${{ runner.os }} == 'macOS' ] then export LIBRARY_PATH=/usr/local/lib/gcc/11/ From 87e4082303103ed6cf9edb7b59be227e31c3e227 Mon Sep 17 00:00:00 2001 From: Matt Williamson <87771120+mattw-nws@users.noreply.github.com> Date: Fri, 23 Jun 2023 09:54:53 -0500 Subject: [PATCH 2/2] pin to 11.0.0 instead of excluding 12.* Co-authored-by: Phil Miller - NOAA --- .github/workflows/module_integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/module_integration.yml b/.github/workflows/module_integration.yml index 4c44e0ea6f..56dfdd88f3 100644 --- a/.github/workflows/module_integration.yml +++ b/.github/workflows/module_integration.yml @@ -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!=12.*' tables geopandas numpy + pip install deprecated 'pyarrow==11.0.0' tables geopandas numpy if [ ${{ runner.os }} == 'macOS' ] then export LIBRARY_PATH=/usr/local/lib/gcc/11/