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 8ff0632 commit b2a1cf6
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/run-formatter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ jobs:
name: Format code
steps:

- name: Checkout code
uses: actions/checkout@v4
run: |
pwd
ls
- name: Set up rye
uses: eifinger/setup-rye@v4
with:
Expand All @@ -16,9 +22,6 @@ jobs:
rye pin 3.9
rye sync
- name: Checkout code
uses: actions/checkout@v4

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

0 comments on commit b2a1cf6

Please sign in to comment.