ci: install manta in editable mode

This commit is contained in:
Fischer Moseley 2024-11-29 02:29:27 -07:00
parent 54ee4c5143
commit 07e78933b8
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ jobs:
export DEB_PYTHON_INSTALL_LAYOUT=deb_system
# Install Manta, with optional dev-only dependencies
python3 -m pip install ".[dev]"
python3 -m pip install -e ".[dev]"
- name: Run pre-commit against all files
run: |