Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith Hall committed Oct 16, 2024
1 parent cf0f440 commit f758502
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ python3.12 -m venv ./.venv
source .venv/bin/activate
pip install poetry
poetry install --no-root
poetry run python3 -- -m pytest
deactivate # to avoid problems later
.venv/bin/poetry run python3 -- -m pytest
```
Ideally we will get these tests running in CI also.

0 comments on commit f758502

Please sign in to comment.