Skip to content

Commit

Permalink
enabling doctest for all python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-pasquale committed Oct 13, 2021
1 parent bf97d98 commit 4b2bec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: |
pytest --cov=qibo --cov-report=xml --pyargs qibo
- name: Test documentation examples
if: startsWith(matrix.os, 'ubuntu') && matrix.python-version == '3.9'
if: startsWith(matrix.os, 'ubuntu')
run: |
sudo apt install pandoc
make -C doc doctest
Expand Down

0 comments on commit 4b2bec3

Please sign in to comment.