Skip to content

Commit 24b61b2

Browse files
committed
Attempted fix of GitHub Actions issue: "ERROR - mkdocstrings: With sys.path = ['/home/runner/work/timer-for-python/timer-for-python', '/opt/hostedtoolcache/Python/3.10.16/x64/bin', '/opt/hostedtoolcache/Python/3.10.16/x64/lib/python310.zip', '/opt/hostedtoolcache/Python/3.10.16/x64/lib/python3.10', '/opt/hostedtoolcache/Python/3.10.16/x64/lib/python3.10/lib-dynload', '/opt/hostedtoolcache/Python/3.10.16/x64/lib/python3.10/site-packages'], accessing 'timer' raises ModuleNotFoundError: No module named 'timer'"
1 parent 55d1e7d commit 24b61b2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ jobs:
2626
restore-keys: |
2727
mkdocs-material-
2828
- run: pip install -r ./docs/requirements.txt
29+
- run: pip install .
2930
- run: mkdocs gh-deploy --force

.github/workflows/test_docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ jobs:
2424
restore-keys: |
2525
mkdocs-material-
2626
- run: pip install -r ./docs/requirements.txt
27+
- run: pip install .
2728
- run: mkdocs build --strict --verbose

0 commit comments

Comments
 (0)