From 3c2e1f9cdf11557362374d24c13872a81538a925 Mon Sep 17 00:00:00 2001 From: Patrick von Platen Date: Fri, 12 May 2023 13:10:50 +0100 Subject: [PATCH] Update push_tests.yml --- .github/workflows/push_tests.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/push_tests.yml b/.github/workflows/push_tests.yml index 7966a416fcf1..749da4dea81a 100644 --- a/.github/workflows/push_tests.yml +++ b/.github/workflows/push_tests.yml @@ -61,8 +61,6 @@ jobs: - name: Install dependencies run: | python -m pip install -e .[quality,test] - python -m pip install -U git+https://github.com/huggingface/transformers - python -m pip install git+https://github.com/huggingface/accelerate - name: Environment run: | @@ -134,8 +132,6 @@ jobs: - name: Install dependencies run: | python -m pip install -e .[quality,test,training] - python -m pip install git+https://github.com/huggingface/accelerate - python -m pip install -U git+https://github.com/huggingface/transformers - name: Environment run: |