Skip to content

Commit

Permalink
try activating virtual environment
Browse files Browse the repository at this point in the history
  • Loading branch information
purva-thakre committed Feb 8, 2024
1 parent 1a23ae4 commit 9230ed8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,14 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install toqito + dependencies
run: |
source venv/bin/activate
python -m pip install --upgrade --no-cache-dir pip setuptools sphinx readthedocs-sphinx-ext
python -m pip install -r docs/requirements.txt
pip install poetry
poetry install --no-interaction
- name: Check docstring examples
run: |
source venv/bin/activate
cd docs
make html
make doctest

0 comments on commit 9230ed8

Please sign in to comment.