Skip to content

Commit

Permalink
Reformatting args block comment. RE:#396
Browse files Browse the repository at this point in the history
  • Loading branch information
phargogh committed Jun 24, 2024
1 parent cf711f0 commit 3880b8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,15 @@ 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 # temporarily capping numpy<2 until we figure out build issues with gdal>=3.8
numpy<2
environment-name: pyenv

- name: Lint with flake8
Expand Down

0 comments on commit 3880b8f

Please sign in to comment.