Skip to content

Commit 79f5a6f

Browse files
committed
ci: remove unnecessary actions/setup-python
We're fine with the one in the image, and weren't specifying a version to install, so that's what we had even with setup-python. Along with a warning that we didn't specify a version.
1 parent d2b81b4 commit 79f5a6f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/check.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
14-
- uses: actions/setup-python@v4
1514
# No caching as we're expected to run rarely
1615
- name: Install dependencies and run checks
1716
run: |

0 commit comments

Comments
 (0)