Skip to content

Commit 13b2f97

Browse files
committed
ci: copy/paste issue
1 parent 9f9cca2 commit 13b2f97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ jobs:
4343
with:
4444
python-version: "${{ matrix.python-version }}"
4545

46-
- name: Validate formatting
47-
run: rye sync
46+
- name: Install the latest version of rye
47+
uses: eifinger/setup-rye@v4
4848

4949
- name: Test with tox
5050
run: rye run tox -e ${{ matrix.tox_env }}

0 commit comments

Comments
 (0)