mirror of
https://github.com/trycua/computer.git
synced 2025-12-31 02:19:58 -06:00
Merge pull request #570 from trycua/fix/pylume-pytest-installation
Fix pylume pytest installation in CI
This commit is contained in:
4
.github/workflows/python-tests.yml
vendored
4
.github/workflows/python-tests.yml
vendored
@@ -49,7 +49,9 @@ jobs:
|
||||
# Install the package in editable mode with dev dependencies
|
||||
if [ -f pyproject.toml ]; then
|
||||
uv pip install --system -e .
|
||||
# Install test dependencies
|
||||
fi
|
||||
# Install test dependencies if tests directory exists
|
||||
if [ -d tests ]; then
|
||||
uv pip install --system pytest pytest-asyncio pytest-mock pytest-cov
|
||||
fi
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user