Skip to content

Commit 6bb0f5a

Browse files
Drop setup-python from CI (#120)
Signed-off-by: Stefan VanBuren <svanburen@buf.build>
1 parent 76bf095 commit 6bb0f5a

2 files changed

Lines changed: 0 additions & 12 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,6 @@ jobs:
6060

6161
- uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0
6262

63-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
64-
with:
65-
python-version: ${{ matrix.python }}
66-
6763
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
6864
with:
6965
go-version-file: protoc-gen-connect-python/go.mod
@@ -110,10 +106,6 @@ jobs:
110106

111107
- uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0
112108

113-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
114-
with:
115-
python-version-file: pyproject.toml
116-
117109
- run: uv sync --frozen
118110

119111
- run: uv build

.github/workflows/release.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ jobs:
1919

2020
- uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0
2121

22-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
23-
with:
24-
python-version-file: "pyproject.toml"
25-
2622
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
2723
with:
2824
go-version-file: protoc-gen-connect-python/go.mod

0 commit comments

Comments
 (0)