Skip to content

Commit

Permalink
Restoring isolated builds, restricting numpy runtime.
Browse files Browse the repository at this point in the history
  • Loading branch information
phargogh committed Jun 20, 2024
1 parent 110e044 commit 5fadc14
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,7 @@ jobs:
python-build
flake8
pytest
cython>=3
setuptools_scm
wheel
numpy
numpy<2
environment-name: pyenv

- name: Lint with flake8
Expand All @@ -75,7 +72,7 @@ jobs:
- name: Build and Install PyGeoprocessing
run: |
python -m build --wheel --verbose --no-isolation
python -m build --wheel --verbose
python -m pip install $(find dist -name "*.whl")
- name: Test with pytest
Expand Down

0 comments on commit 5fadc14

Please sign in to comment.