[ci] revert mac os ci setup (#9316)
This commit is contained in:
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
@@ -78,12 +78,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
python -m pip install "transformers==${{ matrix.transformers }}"
|
python -m pip install "transformers==${{ matrix.transformers }}"
|
||||||
|
|
||||||
- name: Update accelerate to avoid mac os ci errors (before accelerate 1.11.0)
|
|
||||||
if: ${{ matrix.os == 'macos-latest' }}
|
|
||||||
run: |
|
|
||||||
python -m pip uninstall -y accelerate
|
|
||||||
python -m pip install "git+https://github.com/huggingface/accelerate.git"
|
|
||||||
|
|
||||||
- name: Cache files
|
- name: Cache files
|
||||||
id: hf-hub-cache
|
id: hf-hub-cache
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user