Skip to content

Commit

Permalink
Update doctest GH workflow file (huggingface#21744)
Browse files Browse the repository at this point in the history
update

Co-authored-by: ydshieh <[email protected]>
  • Loading branch information
ydshieh and ydshieh authored Feb 23, 2023
1 parent 448e050 commit ff143ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/doctests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ff143ae

Please sign in to comment.