Skip to content

Commit

Permalink
workflows: windows build gets chat module dependencies
Browse files Browse the repository at this point in the history
depencies are openai, wave and pyaudio
  • Loading branch information
rmackay9 authored and peterbarker committed Dec 13, 2023
1 parent 29707ab commit 034c6e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/windows_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
run: |
python -m pip install -U wheel setuptools pip
python -m pip install -U pywin32 lxml pymavlink numpy matplotlib pyserial opencv-python PyYAML Pygame Pillow wxpython prompt-toolkit scipy
python -m pip install -U openai wave pyaudio
python -m pip install -U pyinstaller packaging
- name: Download Inno Setup installer
run: curl -L -o installer.exe http://files.jrsoftware.org/is/6/innosetup-6.2.0.exe
Expand Down

0 comments on commit 034c6e0

Please sign in to comment.