mirror of
https://github.com/chidiwilliams/buzz.git
synced 2026-03-14 22:55:46 +01:00
Will try to add msbuild
This commit is contained in:
parent
64eddd4e24
commit
33e2be53f4
1 changed files with 8 additions and 0 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
|
@ -70,6 +70,10 @@ jobs:
|
|||
poetry add torch==2.2.2 torchaudio==2.2.2
|
||||
if: "matrix.os == 'macos-13'"
|
||||
|
||||
- name: Add msbuild to PATH
|
||||
uses: microsoft/setup-msbuild@v2
|
||||
if: runner.os == 'Windows'
|
||||
|
||||
- name: Install dependencies
|
||||
run: poetry install
|
||||
|
||||
|
|
@ -163,6 +167,10 @@ jobs:
|
|||
poetry add torch==2.2.2 torchaudio==2.2.2 ctranslate2==4.3.1
|
||||
if: "matrix.os == 'macos-13'"
|
||||
|
||||
- name: Add msbuild to PATH
|
||||
uses: microsoft/setup-msbuild@v2
|
||||
if: runner.os == 'Windows'
|
||||
|
||||
- name: Install dependencies
|
||||
run: poetry install
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue