ci: install manta in editable mode
This commit is contained in:
parent
54ee4c5143
commit
07e78933b8
|
|
@ -23,7 +23,7 @@ jobs:
|
||||||
export DEB_PYTHON_INSTALL_LAYOUT=deb_system
|
export DEB_PYTHON_INSTALL_LAYOUT=deb_system
|
||||||
|
|
||||||
# Install Manta, with optional dev-only dependencies
|
# 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
|
- name: Run pre-commit against all files
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue