Skip to content

Commit 7130024

Browse files
committed
rye sync
1 parent 8b93bcb commit 7130024

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

+3
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ jobs:
5151
uses: actions/checkout@v4
5252

5353
- uses: eifinger/setup-rye@v4
54+
- name: Install dependencies
55+
working-directory: backend
56+
run: rye sync
5457
- name: Run tests
5558
working-directory: backend
5659
run: rye run pytest

0 commit comments

Comments
 (0)