Skip to content

Commit

Permalink
possibly fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
aantn committed Jun 16, 2024
1 parent a26c908 commit 7830a22
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 7830a22

Please sign in to comment.