Skip to content

Commit

Permalink
Experiment with CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MShekow committed Oct 30, 2024
1 parent 8ab48ab commit 43289b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
python3 -m venv .venv
source .venv/bin/activate
poetry env info
poetry install
poetry run pytest tests
pytest tests

0 comments on commit 43289b7

Please sign in to comment.