Ensure deps are installed

This commit is contained in:
David Bernazal
2025-07-01 09:31:04 -05:00
parent ae4ae5740f
commit bbf15ffc98
2 changed files with 37 additions and 24 deletions
+1 -7
View File
@@ -71,10 +71,4 @@ jobs:
run: uv pip install -e ".[dev]"
- name: Test with pytest
shell: bash
run: |
if [[ "${{ runner.os }}" == "Windows" ]]; then
# Exclude Elixir tests on Windows since Next LS doesn't support Windows
uv run pytest -m "not elixir"
else
uv run poe test
fi
run: uv run poe test