aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authoralexv-smirnov <alex@ydb.tech>2023-08-24 10:56:09 +0300
committeralexv-smirnov <alex@ydb.tech>2023-08-24 11:11:25 +0300
commit2d9b1587926286b1a7f1b3e52f2fcdf8f96461e9 (patch)
tree4e99da9846737a420633ee0c4dbf584a65c5f7a3 /.github
parent610e07b26011b26c73c60bf74b6ce63bb8fc73bc (diff)
downloadydb-2d9b1587926286b1a7f1b3e52f2fcdf8f96461e9.tar.gz
Change "action.yaml"
Diffstat (limited to '.github')
-rw-r--r--.github/actions/prepare_vm/action.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/actions/prepare_vm/action.yaml b/.github/actions/prepare_vm/action.yaml
index 6506919339..6cf11ff828 100644
--- a/.github/actions/prepare_vm/action.yaml
+++ b/.github/actions/prepare_vm/action.yaml
@@ -31,7 +31,7 @@ runs:
sudo apt-get -y install --no-install-recommends \
python-is-python3 git cmake python3-pip ninja-build antlr3 m4 \
clang-14 lld-14 llvm-14 libidn11-dev libaio1 libaio-dev parallel s3cmd make
- sudo pip3 install conan==1.59 pytest==7.1.3 pytest-timeout pytest-xdist==3.3.1 setproctitle==1.3.2 grpcio grpcio-tools PyHamcrest tornado xmltodict pyarrow boto3 moto[server]
+ sudo pip3 install conan==1.59 pytest==7.1.3 pytest-timeout pytest-xdist==3.3.1 setproctitle==1.3.2 grpcio grpcio-tools PyHamcrest tornado xmltodict pyarrow boto3 moto[server] psutil
- name: install ccache
shell: bash
run: |