Skip to content

Commit

Permalink
Fix pytest command typo installation.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
neon60 authored Oct 18, 2024
1 parent 6fad1c4 commit 5143413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/howto/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ This sets the development environment to work in-place on the code.
$ conda env create --name tomobar --file conda-recipe/environment/environment.yml
$ conda activate tomobar
$ pip install -e .[dev] # the editable environment
$ pytests tests/ # all tests should pass
$ pytest tests/ # all tests should pass
Conda builds
+++++++++++++
Expand Down

0 comments on commit 5143413

Please sign in to comment.