Skip to content

Commit 35a6aea

Browse files
committed
Install ubuntu py3 distutils
1 parent f4ff0d0 commit 35a6aea

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/actions/init-python-env/action.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ runs:
3737
python-version: ${{ inputs.python_version }}
3838
cache: 'poetry'
3939

40+
- name: Install distutils
41+
shell: bash
42+
run: |
43+
sudo apt-get update
44+
sudo apt-get install python3-setuptools -y
45+
4046
- name: Install Poetry project dependencies
4147
# if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
4248
env:

0 commit comments

Comments
 (0)