Skip to content

Commit

Permalink
ci: install deps
Browse files Browse the repository at this point in the history
  • Loading branch information
shaokeyibb committed Jul 3, 2024
1 parent 3881642 commit d2d5532
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
working-directory: python-markdown-extension
- run: |
cd python-markdown-extension
rye fmt --check
rye sync
name: Install Dependencies
- run: rye fmt --check
name: Check Format
test:
name: Test PR
Expand All @@ -36,5 +38,7 @@ jobs:
working-directory: python-markdown-extension
- run: |
cd python-markdown-extension
rye run test
rye sync
name: Install Dependencies
- run: rye run test
name: Run Tests

0 comments on commit d2d5532

Please sign in to comment.