Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not install editable NNCF in workflows (#2054)
### Changes Now doing `pip install .` instead of `pip install -e .` in GH Actions workflow files. ### Reason for changes Ubuntu 22 and pip/setuptools have a lot of bugs when installing editable packages with the new build isolation flow (e.g. when the pyproject.toml is present). We don't have pyproject.toml yet, but should we need to switch, better to have less failures in the unrelated tests and workflows - we don't really need editability in GH actions we have now. ### Related tickets N/A ### Tests Can only test changes in these workflows post-factum.
- Loading branch information