File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -336,6 +336,10 @@ jobs:
336
336
working-directory : ${{ inputs.working-directory-prefix }}/transformers
337
337
run : git fetch && git checkout ${{ github.sha }}
338
338
339
+ # TODO: update the docker image instead
340
+ - name : Reinstall some packages with specific versions
341
+ run : python3 -m pip install numpy==1.24.3 numba==0.61.0 scipy==1.12.0 scikit-learn==1.6.1
342
+
339
343
- name : Reinstall transformers in edit mode (remove the one installed during docker image build)
340
344
working-directory : ${{ inputs.working-directory-prefix }}/transformers
341
345
run : python3 -m pip uninstall -y transformers && python3 -m pip install -e .
@@ -382,7 +386,7 @@ jobs:
382
386
run : pip freeze
383
387
384
388
- name : Set `machine_type` for report and artifact names
385
- working-directory : /transformers
389
+ working-directory : ${{ inputs.working-directory-prefix }} /transformers
386
390
shell : bash
387
391
run : |
388
392
echo "${{ matrix.machine_type }}"
You can’t perform that action at this time.
0 commit comments