Skip to content

Commit 546e152

Browse files
committed
stop, we didn't need python in actions, we didn't build anything in python
1 parent 105365d commit 546e152

File tree

3 files changed

+0
-25
lines changed

3 files changed

+0
-25
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@ jobs:
2222
- name: checkout repository
2323
uses: actions/checkout@v4
2424

25-
- name: setup python ${{ matrix.python }}
26-
uses: actions/setup-python@v5
27-
with:
28-
python-version: ${{ matrix.python }}
29-
3025
- name: validate gradle wrapper
3126
uses: gradle/wrapper-validation-action@v2
3227

.github/workflows/maven.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,12 @@ jobs:
1515
if: "!contains(github.ref, 'refs/tags/skip-ci')"
1616

1717
name: build and publish to maven
18-
strategy:
19-
matrix:
20-
python: [
21-
3.13,
22-
]
2318
runs-on: ubuntu-latest
2419

2520
steps:
2621
- name: checkout repository
2722
uses: actions/checkout@v4
2823

29-
- name: setup python ${{ matrix.python }}
30-
uses: actions/setup-python@v5
31-
with:
32-
python-version: ${{ matrix.python }}
33-
3424
- name: validate gradle wrapper
3525
uses: gradle/actions/wrapper-validation@v3
3626

.github/workflows/publish.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,12 @@ jobs:
1414
if: "!contains(github.ref, 'refs/tags/skip-ci')"
1515

1616
name: build and publish to modrinth
17-
strategy:
18-
matrix:
19-
python: [
20-
3.13,
21-
]
2217
runs-on: ubuntu-latest
2318

2419
steps:
2520
- name: checkout repository
2621
uses: actions/checkout@v4
2722

28-
- name: setup python ${{ matrix.python }}
29-
uses: actions/setup-python@v5
30-
with:
31-
python-version: ${{ matrix.python }}
32-
3323
- name: validate gradle wrapper
3424
uses: gradle/actions/wrapper-validation@v3
3525

0 commit comments

Comments
 (0)