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 f0c120b commit d958d79
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/run-formatter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up rye
uses: eifinger/setup-rye@v4
run: |
rye pin 3.9
rye sync
timeout-minutes: 5
# - name: Set up rye
# uses: eifinger/setup-rye@v4
# run: |
# rye pin 3.9
# rye sync
# timeout-minutes: 5

- name: Run black
run: black --check .
timeout-minutes: 5
# - name: Run black
# run: black --check .
# timeout-minutes: 5

0 comments on commit d958d79

Please sign in to comment.