Skip to content

Commit 70090a1

Browse files
patrickvonplatenhari10599
authored andcommitted
Don't install transformers and accelerate from source (huggingface#3414)
1 parent c54bea1 commit 70090a1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/push_tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ jobs:
6161
- name: Install dependencies
6262
run: |
6363
python -m pip install -e .[quality,test]
64-
python -m pip install -U git+https://github.com/huggingface/transformers
65-
python -m pip install git+https://github.com/huggingface/accelerate
6664
6765
- name: Environment
6866
run: |
@@ -134,8 +132,6 @@ jobs:
134132
- name: Install dependencies
135133
run: |
136134
python -m pip install -e .[quality,test,training]
137-
python -m pip install git+https://github.com/huggingface/accelerate
138-
python -m pip install -U git+https://github.com/huggingface/transformers
139135
140136
- name: Environment
141137
run: |

0 commit comments

Comments
 (0)