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 d958d79 commit fe3d3fe
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/run-formatter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,15 @@ jobs:
runs-on: ubuntu-latest
name: Format code
steps:
- uses: actions/checkout@v4
- name: Checkout code
uses: actions/checkout@v4

# - name: Set up rye
- name: Set up rye
run: |
curl -sSf https://rye.astral.sh/get | bash
rye pin 3.9
rye sync
# uses: eifinger/setup-rye@v4
# run: |
# rye pin 3.9
Expand Down

0 comments on commit fe3d3fe

Please sign in to comment.