Skip to content

Commit b6e7ec7

Browse files
committed
ci: install deps
1 parent 13b2f97 commit b6e7ec7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/python-tests.yml

+3
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,8 @@ jobs:
4646
- name: Install the latest version of rye
4747
uses: eifinger/setup-rye@v4
4848

49+
- name: Install dependencies
50+
run: rye sync
51+
4952
- name: Test with tox
5053
run: rye run tox -e ${{ matrix.tox_env }}

0 commit comments

Comments
 (0)