Skip to content

Commit

Permalink
Enhance dependency installation script to confirm successful installa…
Browse files Browse the repository at this point in the history
…tion and streamline test execution
  • Loading branch information
arthur-debert committed Dec 9, 2024
1 parent 50fca09 commit 5127eda
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions scripts/setup::deps
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ fi
echo "Installing dependencies" &&\
pip install --upgrade pip &&\
pip install poetry &&\
poetry install --with dev --with docs &&\
poetry install --with dev --with docs

echo "Dependencies installed" &&\
echo "Running tests" &&\
echo "We're ready to go" &&\
pytest .
poetry run pytest

0 comments on commit 5127eda

Please sign in to comment.