Skip to content
This repository was archived by the owner on Oct 17, 2024. It is now read-only.

Commit 82206e0

Browse files
authored
ci: drop unused bits (#53)
1 parent 5d3654e commit 82206e0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,10 @@ jobs:
3535
with:
3636
enable-cache: true
3737
cache-dependency-glob: "pyproject.toml"
38-
github-token: ${{ secrets.GITHUB_TOKEN }}
3938
- name: Install tox
4039
run: uv tool install --python-preference only-managed --python 3.13 tox --with tox-uv
4140
- name: Install Python
42-
if: startsWith(matrix.env, '3.') && matrix.env != '3.13'
41+
if: matrix.py != '3.13'
4342
run: uv python install --python-preference only-managed ${{ matrix.env }}
4443
- uses: moonrepo/setup-rust@v1
4544
with:

0 commit comments

Comments
 (0)