Skip to content

Commit 2222ba0

Browse files
[gha] no use edit mode (#3601)
### Changes Remove using `-e` for install nncf
1 parent d07a469 commit 2222ba0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/conformance_weight_compression.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: cpuinfo
4141
run: cat /proc/cpuinfo
4242
- name: Install NNCF and test requirements
43-
run: pip install -e . -r tests/post_training/requirements.txt
43+
run: pip install . -r tests/post_training/requirements.txt
4444
- name: Print installed modules
4545
run: pip list
4646
- name: Run examples test scope

.github/workflows/mypy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
python-version: 3.10.14
2525
- name: Install NNCF
2626
run: |
27-
pip install -e . torch tensorflow -c constraints.txt
27+
pip install . torch tensorflow -c constraints.txt
2828
- name: Install mypy
2929
run: pip install mypy==1.8.0
3030
- name: Run mypy

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
python-version: 3.10.14
4242
- name: Install NNCF and test requirements
43-
run: pip install -e . -r tests/tensorflow/requirements.txt
43+
run: pip install . -r tests/tensorflow/requirements.txt
4444
- name: Print installed modules
4545
run: pip list
4646
- name: Run TensorFlow precommit

0 commit comments

Comments
 (0)