We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4ff0d0 commit f6bba0fCopy full SHA for f6bba0f
.github/actions/init-python-env/action.yaml
@@ -37,6 +37,12 @@ runs:
37
python-version: ${{ inputs.python_version }}
38
cache: 'poetry'
39
40
+ - name: Install distutils
41
+ shell: bash
42
+ run: |
43
+ sudo apt-get update
44
+ sudo apt-get install python3-distutils-extra -y
45
+
46
- name: Install Poetry project dependencies
47
# if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
48
env:
0 commit comments