Lines Matching +full:python +full:- +full:dev
8 runs-on: ubuntu-22.04
10 #max-parallel: 10
17 - name: checkout repository
20 # libecc python tests
21 - name: libecc python tests
32 sudo apt-get update;
33 sudo apt-get -y install python2 libomp-dev;
34 # Test our Python libecc expanding script
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