Skip to content

Commit

Permalink
ci: add missing rye sync
Browse files Browse the repository at this point in the history
  • Loading branch information
juba committed May 24, 2024
1 parent ce28418 commit 7f81e60
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
version: "latest"
enable-cache: true

- name: Rye sync
run: rye sync

- name: Bundle
run: npm run bundle

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
version: "latest"
enable-cache: true

- name: Rye sync
run: rye sync

- name: Run pytest
run: rye run test

Expand Down

0 comments on commit 7f81e60

Please sign in to comment.