Skip to content

Commit

Permalink
ci: not test doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Edoardo-Pedicillo committed Mar 20, 2024
1 parent 2f88f6c commit 954706b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
with:
os: ${{ matrix.os }}
python-version: ${{ matrix.python-version }}
doctests: ${{ matrix.os == 'ubuntu-latest'}}
doctests: false
poetry-extras: --all-extras
secrets: inherit
3 changes: 3 additions & 0 deletions src/qiboml/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import importlib.metadata as im

__version__ = im.version(__package__)

0 comments on commit 954706b

Please sign in to comment.