Skip to content

Commit

Permalink
Fix comment's causing GHA parsing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrismarsh committed Dec 13, 2023
1 parent 3da5b36 commit 620391a
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,17 +153,8 @@ jobs:
export PATH="$pythonLocation:$PATH"
python -m pip install windmapper --no-cache
# with GDAL, esp on macos, the base package seems sensitive to gdal having a broken numpy connection
#
# python -c "from osgeo import gdal; import packaging.version; exit(0) if packaging.version.parse('3.5.0') <= packaging.version.parse(gdal.__version__) else exit(1)"
# if [[ "$?" -eq 0 ]]; then
#
# echo "GDAL version >= 3.5.0"
# python -m pip install --no-cache-dir --force-reinstall gdal[numpy]
# fi

if [ "$RUNNER_OS" = "macOS" ]; then
python -m pip install --no-cache-dir --force-reinstall gdal[numpy]
python -m pip install --no-cache-dir --force-reinstall gdal[numpy]
fi
cd examples/existing_DEM
Expand Down

0 comments on commit 620391a

Please sign in to comment.