diff options
author | alexv-smirnov <alex@ydb.tech> | 2023-08-24 01:12:55 +0300 |
---|---|---|
committer | alexv-smirnov <alex@ydb.tech> | 2023-08-24 01:30:38 +0300 |
commit | 2486de060e5d12eaedf7788e0041b8aec92ae027 (patch) | |
tree | 5f4c20b0601a6bbae186d6e4f5497c6c081b9398 /.github | |
parent | 50d1783a3b18dcd6be6f0daa376411e2c7082063 (diff) | |
download | ydb-2486de060e5d12eaedf7788e0041b8aec92ae027.tar.gz |
Fix kqp fed query test in github, enable s3 recipe usage
Diffstat (limited to '.github')
-rw-r--r-- | .github/actions/prepare_vm/action.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/actions/prepare_vm/action.yaml b/.github/actions/prepare_vm/action.yaml index 47ec8420f9..6506919339 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 + 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] - name: install ccache shell: bash run: | |