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

- name: Run black
run: black --check .
run: |
source .venv/bin/activate
black --check .
timeout-minutes: 5
# uses: eifinger/setup-rye@v4
# run: |
Expand Down

0 comments on commit 355cadc

Please sign in to comment.