Skip to content

Commit

Permalink
Merge pull request #90 from neon60/patch-1
Browse files Browse the repository at this point in the history
Fix pytest command typo in installation.rst
  • Loading branch information
dkazanc authored Oct 19, 2024
2 parents 6fad1c4 + 5143413 commit 39e4d86
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 39e4d86

Please sign in to comment.