Skip to content

Commit

Permalink
Update test-mlperf-inference-abtf-poc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh authored Nov 25, 2024
1 parent 800dd23 commit fdd1d40
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-mlperf-inference-abtf-poc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Configure git longpaths (Windows)
if: matrix.os == 'windows-latest'
run: |
git config --system core.longpaths true
- name: Install dependencies
run: |
pip install "cmind @ git+https://[email protected]/mlcommons/ck.git@mlperf-inference#subdirectory=cm"
Expand Down

0 comments on commit fdd1d40

Please sign in to comment.