mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-31 02:02:21 +06:00
Update doctest GH workflow file (#21744)
update Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
parent
448e050b0d
commit
ff143ae10e
3
.github/workflows/doctests.yml
vendored
3
.github/workflows/doctests.yml
vendored
@ -34,6 +34,9 @@ jobs:
|
||||
run: |
|
||||
python3 utils/print_env.py
|
||||
|
||||
- name: Show installed libraries and their versions
|
||||
run: pip freeze
|
||||
|
||||
- name: Prepare files for doctests
|
||||
run: |
|
||||
python3 utils/prepare_for_doc_test.py src docs
|
||||
|
Loading…
Reference in New Issue
Block a user