File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments