mirror of
https://github.com/saymrwulf/transformers.git
synced 2026-05-14 20:58:08 +00: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
1 changed files with 3 additions and 0 deletions
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 a new issue