We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70549ea commit da86e88Copy full SHA for da86e88
.github/workflows/build-test-reusable.yml
@@ -212,8 +212,9 @@ jobs:
212
try-tag-prefix: v
213
214
- name: Install transformers dependencies
215
- if: (inputs.env_manager == 'base') && (steps.pip-cache.outputs.status == 'miss')
+ if: inputs.env_manager == 'base'
216
run: |
217
+ #FIXME: somehow caching dows not work for psutil
218
pip install pyyaml pandas scipy numpy psutil pyre_extensions torchrec
219
220
- name: Install transformers
0 commit comments