We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4ff0d0 commit 35a6aeaCopy full SHA for 35a6aea
1 file changed
.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-setuptools -y
45
+
46
- name: Install Poetry project dependencies
47
# if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
48
env:
0 commit comments