Skip to content

Commit

Permalink
[CI] Using requirements.txt in GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
krashish8 committed Oct 23, 2021
1 parent 4f9e6a1 commit c771c99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/locale-and-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ jobs:
graphviz \
doxygen
python -m pip install --upgrade pip
pip install Sphinx
pip install sphinx-bootstrap-theme
pip install -r requirements.txt
pip install sphinx-intl[transifex]
pip list
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ jobs:
graphviz \
doxygen
python -m pip install --upgrade pip
pip install Sphinx
pip install sphinx-bootstrap-theme
pip install -r requirements.txt
pip list
- name: Configure
Expand Down

0 comments on commit c771c99

Please sign in to comment.