We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8da5e79 commit 604c399Copy full SHA for 604c399
1 file changed
.github/workflows/main.yml
@@ -20,8 +20,10 @@ jobs:
20
with:
21
python-version: '3.11'
22
23
- - name: Install distutils
24
- run: sudo apt-get update && sudo apt-get install -y python3-distutils
+ - name: Workaround Install distutils manually
+ run: |
25
+ python -m ensurepip
26
+ python -m pip install setuptools
27
28
- name: Setup node.js
29
uses: actions/setup-node@v2
@@ -55,8 +57,10 @@ jobs:
55
57
56
58
59
60
61
62
63
64
65
66
0 commit comments