We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 604c399 commit 9e8c8faCopy full SHA for 9e8c8fa
1 file changed
.github/workflows/main.yml
@@ -15,16 +15,6 @@ jobs:
15
- name: Checkout repository
16
uses: actions/checkout@master
17
18
- - name: Setup Python 3.11 (statt 3.12)
19
- uses: actions/setup-python@v5
20
- with:
21
- python-version: '3.11'
22
-
23
- - name: Workaround Install distutils manually
24
- run: |
25
- python -m ensurepip
26
- python -m pip install setuptools
27
28
- name: Setup node.js
29
uses: actions/setup-node@v2
30
with:
@@ -52,16 +42,6 @@ jobs:
52
42
53
43
54
44
55
56
57
58
59
60
61
62
63
64
65
45
66
46
67
47
0 commit comments