Skip to content

Commit

Permalink
Trying to get rye working
Browse files Browse the repository at this point in the history
  • Loading branch information
pchakraborty committed Aug 12, 2024
1 parent b2a1cf6 commit 3d1202e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run-formatter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:
pwd
ls
- name: Set up rye
- name: Install rye
uses: eifinger/setup-rye@v4
with:
enable-cache: true
run: |
rye pin 3.9
rye sync

- name: Sync dependencies
run: rye sync

# uses: eifinger/setup-rye@v4
# run: |
Expand Down

0 comments on commit 3d1202e

Please sign in to comment.