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 9d65daf commit 0aff099
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/run-formatter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ jobs:

- name: Sync dependencies
run: rye sync


- name: Run black
run: black --check .
timeout-minutes: 5
# uses: eifinger/setup-rye@v4
# run: |
# rye pin 3.9
Expand Down

0 comments on commit 0aff099

Please sign in to comment.