Skip to content
This repository was archived by the owner on Nov 25, 2024. It is now read-only.

Commit 47d65bd

Browse files
committed
fix: should ensure distutils on python>=3.12
1 parent 885a030 commit 47d65bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
cache: 'pip'
2727
cache-dependency-path: '**/pyproject.toml'
2828

29-
- name: Upgrade pip and distutils
30-
run: python -m pip install --upgrade pip distutils
29+
- name: Upgrade pip and setuptools
30+
run: python -m pip install --upgrade pip setuptools # setuptools to have distutils, required by portray / hug
3131

3232
- name: Install package with doc dependencies
3333
run: python -m pip install ".[docs]"

0 commit comments

Comments
 (0)