From e3bd7de51770d8f7c10e3e20d5b46cc4715ab153 Mon Sep 17 00:00:00 2001 From: Ashley Pittman Date: Sat, 23 Mar 2024 19:50:59 +0000 Subject: Install all test/build python packages from requirements.txt Have GitHub actions setup python on runners and install all python dependencies via pip. Signed-off-by: Ashley Pittman --- test/ci-install.sh | 9 --------- 1 file changed, 9 deletions(-) delete mode 100755 test/ci-install.sh (limited to 'test/ci-install.sh') diff --git a/test/ci-install.sh b/test/ci-install.sh deleted file mode 100755 index 2d7b517..0000000 --- a/test/ci-install.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -set -e - -sudo python3 -m pip install --upgrade pip -sudo python3 -m pip install pytest meson==1.0.1 looseversion -valgrind --version -ninja --version -meson --version -- cgit v1.2.3