Skip to content

Commit c6ea396

Browse files
committed
add tox installation
Signed-off-by: Ali Maredia <amaredia@redhat.com>
1 parent efbe127 commit c6ea396

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/build-docs.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,12 @@ jobs:
6666
cache-dependency-path: |
6767
**/pyproject.toml
6868
**/requirements*.txt
69-
- name: Run tox docs target (expect failure since tox is not present)
69+
- name: Install dependencies
70+
run: |
71+
python -m pip install --upgrade pip
72+
python -m pip install tox
73+
74+
- name: Run tox docs target
7075
run: |
7176
make docs
7277
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)