File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,36 +42,12 @@ jobs:
4242 uses : actions/checkout@v6
4343
4444 - name : Install build dependencies
45+ shell : bash
4546 run : |
4647 apt-get update
4748 apt-get install -y make python3-pip sudo libboost-iostreams-dev libboost-graph-dev
48- #./CI/install-uv.sh
49- #echo "Just before: uv venv"
50- #cd $HOME
51- #uv venv
52- #echo "ls -la $HOME"
53- #echo "--------------------"
54- #ls -la $HOME
55- #echo "--------------------"
56- #export PATH="${PATH}:${HOME}/.venv/bin"
57- pip3 list -v
58- echo "Just before: pip install protobuf==3.20.3"
59- pip install protobuf==3.20.3
60- echo "Just before: pip install grpcio"
61- pip install grpcio
62- echo "Just before: pip install grpcio-tools googleapis-common-protos scapy ptf"
63- pip install grpcio-tools googleapis-common-protos scapy ptf
64- pip3 list -v
65- echo "which ptf:"
66- which ptf
67- #echo "ls -la $HOME"
68- #echo "--------------------"
69- #ls -la $HOME
70- #echo "--------------------"
71- #echo "ls -la $HOME/.venv/bin"
72- #echo "--------------------"
73- #ls -la $HOME/.venv/bin
74- #echo "--------------------"
49+ mv /usr/local/lib/python3.12/site-packages/* /usr/local/lib/python3.12/dist-packages
50+ sudo pip3 install --break-system-packages protobuf==3.20.3 grpcio googleapis-common-protos scapy ptf
7551
7652 - name : Run PTF Tests
7753 run : |
You can’t perform that action at this time.
0 commit comments