Skip to content

Commit 2a5ca75

Browse files
committed
Fix transformer dependencies
1 parent 32e0376 commit 2a5ca75

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-test-reusable.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,11 @@ jobs:
211211
ref: ${{ env.TRANSFORMERS_VERSION }}
212212
try-tag-prefix: v
213213

214+
- name: Install transformers dependencies
215+
if: (inputs.env_manager == 'base') && (steps.pip-cache.outputs.status == 'miss')
216+
run: |
217+
pip install pyyaml pandas scipy numpy psutil pyre_extensions torchrec
218+
214219
- name: Install transformers
215220
if: (inputs.env_manager != 'base') && (steps.conda-cache.outputs.status == 'miss')
216221
run: |

0 commit comments

Comments
 (0)