Skip to content

Commit

Permalink
Removing numpy cap for testing. RE:natcap#396
Browse files Browse the repository at this point in the history
  • Loading branch information
phargogh committed Jun 27, 2024
1 parent b086486 commit 16bdd12
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,14 @@ jobs:
condarc: |
channels:
- conda-forge
# temporarily capping numpy<2 until we figure out build issues with gdal>=3.8
create-args: >-
python=${{ matrix.python-version }}
gdal=${{ matrix.gdal }}
setuptools
python-build
flake8
pytest
numpy<2
numpy
environment-name: pyenv

- name: Lint with flake8
Expand Down

0 comments on commit 16bdd12

Please sign in to comment.