Lines Matching +full:python3 +full:- +full:dev
8 runs-on: ubuntu-22.04
10 #max-parallel: 10
17 - name: checkout repository
21 - name: libecc python tests
32 sudo apt-get update;
33 sudo apt-get -y install python2 libomp-dev;
35 # Python3
36 …echo "y" | python3 scripts/expand_libecc.py --remove-all && PYTHON=python3 sh scripts/gen_curves_t…
38 echo "y" | python3 scripts/expand_libecc.py --remove-all && make clean;
40 …echo "y" | python2 scripts/expand_libecc.py --remove-all && PYTHON=python2 sh scripts/gen_curves_t…
42 echo "y" | python2 scripts/expand_libecc.py --remove-all && make clean;
43 continue-on-error: false