mirror of https://github.com/microsoft/autogen.git
Fix LMM test in CI by installing lfs (#2282)
This commit is contained in:
parent
b6ac8da554
commit
d4aa27a21b
|
@ -229,6 +229,8 @@ jobs:
|
|||
python-version: ["3.12"]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
lfs: true
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue