Skip to content

Commit

Permalink
Validate docs in Python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarak committed Oct 17, 2023
1 parent e039eb7 commit 788f25e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
- name: Install dependencies and docs
run: |
./bootstrap.sh
./bootstrap.sh +docs
- name: Generic Unittests
run: |
./test_reframe.py
Expand Down

0 comments on commit 788f25e

Please sign in to comment.