Skip to content

Commit

Permalink
Update test-cm-script-features.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh authored Nov 25, 2024
1 parent bafbc22 commit 800dd23
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-cm-script-features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,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: |
python -m pip install "cmind @ git+https://[email protected]/mlcommons/ck.git@mlperf-inference#subdirectory=cm"
Expand Down

0 comments on commit 800dd23

Please sign in to comment.