Skip to content

Commit

Permalink
Merge pull request #635 from djhoese/ci-fix-py311
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Sep 6, 2023
2 parents e72a1e1 + 4e4bfa6 commit 113939f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion continuous_integration/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies:
- pyproj
- pyshp
- pyspectral
- python=3.10
- python=3.11
- python-geotiepoints
- pyyaml
- rasterio
Expand Down
2 changes: 2 additions & 0 deletions integration_tests/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,8 @@ create_documentation()

# Make docs.
cd "$WORKSPACE"/doc
# Clean any past runs
make clean
make latexpdf POLAR2GRID_DOC="$prefix"
# Copy pdfs to package directory.
cp "$WORKSPACE"/doc/build/latex/*.pdf "${WORKSPACE}/$package_name"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

from setuptools import find_packages, setup

version = "3.0.2"
version = "3.1.0"


def readme():
Expand Down

0 comments on commit 113939f

Please sign in to comment.