On 7/17/22 16:07, David Marchand wrote: > On Fri, Jul 8, 2022 at 8:09 PM Adrian Moreno <[email protected]> wrote: >> diff --git a/.ci/linux-prepare.sh b/.ci/linux-prepare.sh >> index a0635cf56..de741c6b4 100755 >> --- a/.ci/linux-prepare.sh >> +++ b/.ci/linux-prepare.sh >> @@ -45,6 +45,9 @@ if [ "$M32" ]; then >> sudo apt-get install -y $pkgs >> fi >> >> +# Install python test dependencies >> +pip install -r python/test_requirements.txt >> + > > Should it be pip3? > > We still run Ubuntu 18.04, and "pip" points at python2 pip. > At some point, we preferred pip3 (24e697080948 ("travis: Use pip3 to > install the python packages on linux")).
GHA seems to do a right thing and install correct py3 versions of packages. Maybe pyenv integration is better there? But I agree that it's better to be consistent and use pip3. Feel free to submit a patch. Best regards, Ilya Maximets. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
