From e9f5b51e2103cec1f38bb0eb4dd3e6b656cf75e0 Mon Sep 17 00:00:00 2001 From: Randy Mackay Date: Tue, 12 Dec 2023 14:21:10 +0900 Subject: [PATCH] workflows: windows build gets chat module dependencies depencies are openai, wave and pyaudio --- .github/workflows/windows_build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/windows_build.yml b/.github/workflows/windows_build.yml index 7d3314423b..708a8d2562 100644 --- a/.github/workflows/windows_build.yml +++ b/.github/workflows/windows_build.yml @@ -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