Skip to content

Commit

Permalink
DOC: Add gdal to linting and testing envs. [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Taher Chegini committed Nov 25, 2023
1 parent 02868dc commit dcb521e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,12 @@ Ready to contribute? Here's how to set up pygridmet for local development.

.. code-block:: console
$ mamba create -n py11 python=3.11 nox tomli pre-commit codespell
$ mamba create -n py11 python=3.11 nox tomli pre-commit codespell gdal
$ mamba activate py11
$ nox -s pre-commit
$ nox -s type-check
$ mamba create -n py38 python=3.8 nox tomli pre-commit codespell
$ mamba create -n py38 python=3.8 nox tomli pre-commit codespell gdal
$ mamba activate py38
$ nox -s tests
Expand All @@ -110,7 +110,7 @@ Ready to contribute? Here's how to set up pygridmet for local development.
.. code-block:: console
$ mamba create -n py38 python=3.8 nox tomli pre-commit codespell
$ mamba create -n py38 python=3.8 nox tomli pre-commit codespell gdal
$ mamba activate py38
$ nox
Expand Down

0 comments on commit dcb521e

Please sign in to comment.