Skip to content

Commit 9e8c8fa

Browse files
author
uiv02430vitescocom_SGGITC
committed
fix: remove outdated Python setup steps in GitHub workflows
1 parent 604c399 commit 9e8c8fa

1 file changed

Lines changed: 0 additions & 20 deletions

File tree

.github/workflows/main.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,6 @@ jobs:
1515
- name: Checkout repository
1616
uses: actions/checkout@master
1717

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-
2818
- name: Setup node.js
2919
uses: actions/setup-node@v2
3020
with:
@@ -52,16 +42,6 @@ jobs:
5242
- name: Checkout repository
5343
uses: actions/checkout@master
5444

55-
- name: Setup Python 3.11 (statt 3.12)
56-
uses: actions/setup-python@v5
57-
with:
58-
python-version: '3.11'
59-
60-
- name: Workaround Install distutils manually
61-
run: |
62-
python -m ensurepip
63-
python -m pip install setuptools
64-
6545
- name: Setup node.js
6646
uses: actions/setup-node@v2
6747
with:

0 commit comments

Comments
 (0)