Skip to content

Commit

Permalink
Minor cleanup of workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
pchakraborty committed Aug 12, 2024
1 parent 2a4f9f9 commit aaf146c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/run-formatter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:

- name: Install rye
uses: eifinger/setup-rye@v4
with:
enable-cache: true

- name: Sync dependencies
run: rye sync
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/run-linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:

- name: Install rye
uses: eifinger/setup-rye@v4
with:
enable-cache: true

- name: Sync dependencies
run: rye sync
Expand Down

0 comments on commit aaf146c

Please sign in to comment.