From 7830a22f2e19ca3313737a2d92f8c6b328c8334e Mon Sep 17 00:00:00 2001 From: Robusta Runner Date: Sun, 16 Jun 2024 15:06:50 +0300 Subject: [PATCH] possibly fix build --- .github/workflows/build-and-test.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test.yaml b/.github/workflows/build-and-test.yaml index 1bd62d9e..d2ad7a76 100644 --- a/.github/workflows/build-and-test.yaml +++ b/.github/workflows/build-and-test.yaml @@ -22,8 +22,10 @@ jobs: - name: Install dependencies and build run: | + curl -sSL https://install.python-poetry.org | python3 - --version 1.4.0 + poetry config virtualenvs.create false + poetry install --extras "all" python -m pip install --upgrade pip - pip install -r requirements.txt pip install pyinstaller sudo apt-get install -y binutils pyinstaller holmes.py --add-data 'holmes/plugins/runbooks/*:holmes/plugins/runbooks' --add-data 'holmes/plugins/prompts/*:holmes/plugins/prompts' --add-data 'holmes/plugins/toolsets/*:holmes/plugins/toolsets'