Skip to content

Commit

Permalink
Update build-and-test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
aantn committed Jun 16, 2024
1 parent 8456e16 commit b77d2af
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@ jobs:

- name: Install dependencies and build
run: |
python -m pip install --upgrade pip setuptools pyinstaller
curl -sSL https://install.python-poetry.org | python3 - --version 1.4.0
poetry config virtualenvs.create false
poetry install --no-root
python -m pip install --upgrade pip
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'
ls dist
Expand Down

0 comments on commit b77d2af

Please sign in to comment.