diff options
author | Ashley Pittman <ashley@pittman.co.uk> | 2024-03-23 19:50:59 +0000 |
---|---|---|
committer | Bernd Schubert <bernd.schubert@fastmail.fm> | 2024-03-27 17:26:14 +0100 |
commit | e3bd7de51770d8f7c10e3e20d5b46cc4715ab153 (patch) | |
tree | 15c7608113e4f6cc130ec5f282a9c121b9e34665 /test/ci-install.sh | |
parent | dd95d13aaca940a310628f31bfcdd2deb38ad377 (diff) | |
download | libfuse-e3bd7de51770d8f7c10e3e20d5b46cc4715ab153.tar.gz |
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 <ashley@pittman.co.uk>
Diffstat (limited to 'test/ci-install.sh')
-rwxr-xr-x | test/ci-install.sh | 9 |
1 files changed, 0 insertions, 9 deletions
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 |