mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-24 03:21:40 +03:00
Fix pip installation on ci for archlinux-x64 test job
This commit is contained in:
parent
be9c5f2a40
commit
86a770f108
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@ -158,13 +158,14 @@ jobs:
|
||||
uname -m
|
||||
echo "----- install build prerequisites -----"
|
||||
pacman -Syy --noconfirm
|
||||
pacman -Sy --noconfirm curl icu base-devel libxml2 python3 python-pip cargo
|
||||
pacman -Sy --noconfirm curl icu base-devel libxml2 python3 cargo
|
||||
curl -O https://bootstrap.pypa.io/get-pip.py
|
||||
python3 get-pip.py
|
||||
rustc --version
|
||||
cargo --version
|
||||
echo "----- build -----"
|
||||
cargo build --verbose
|
||||
echo "----- install servers prerequisites -----"
|
||||
python3 -m pip install --upgrade pip --quiet
|
||||
pip3 install lxml bs4 Flask mitmproxy
|
||||
export PATH="$PWD/target/debug:$PATH"
|
||||
echo "----- start servers -----"
|
||||
|
Loading…
Reference in New Issue
Block a user