Skip to content

Commit 2133a8a

Browse files
committed
fix deps install
1 parent 591979c commit 2133a8a

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/pydoc_preview.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ jobs:
2424
cache: 'poetry'
2525

2626
- name: Install dependencies
27-
run: |
28-
python -m pip install --upgrade pip
29-
pip install pdoc3
27+
run: poetry install
3028

3129
- name: Generate documentation
3230
run: |

.github/workflows/pydoc_publish.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@ jobs:
2323
cache: 'poetry'
2424

2525
- name: Install dependencies
26-
run: |
27-
python -m pip install --upgrade pip
28-
pip install pdoc3
26+
run: poetry install
2927

3028
- name: Generate documentation
3129
run: |

0 commit comments

Comments
 (0)