Skip to content

Commit 1e00360

Browse files
finish
1 parent 88c13b0 commit 1e00360

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/fast_tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: Unit and integration tests
22

33
on:
44
workflow_dispatch:
5-
# pull_request:
6-
# branches: [main]
7-
# push:
8-
# branches: [main]
5+
pull_request:
6+
branches: [main]
7+
push:
8+
branches: [main]
99

1010
concurrency:
1111
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}

.github/workflows/upstream.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ jobs:
5454
- name: Install Transformers with Accelerate & DeepSpeed
5555
run: |
5656
pip install -e .[testing] "numpy<2.0.0" scipy scikit-learn \
57-
git+https://github.com/huggingface/accelerate.git \
58-
git+https://github.com/HabanaAI/DeepSpeed.git@1.20.0
57+
git+https://github.com/HabanaAI/DeepSpeed.git@1.20.0 \
58+
git+https://github.com/huggingface/accelerate.git
5959
6060
- name: Run Trainer tests
6161
run: |
@@ -121,8 +121,8 @@ jobs:
121121
- name: Install Accelerate with Transformers & DeepSpeed
122122
run: |
123123
pip install -e .[testing] \
124-
git+https://github.com/HabanaAI/DeepSpeed.git@1.20.0 \
125-
git+https://github.com/huggingface/transformers.git
124+
git+https://github.com/huggingface/transformers.git \
125+
git+https://github.com/HabanaAI/DeepSpeed.git@1.20.0
126126
127127
- name: Run CLI tests
128128
run: |

0 commit comments

Comments
 (0)