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

- name: Set up rye
uses: eifinger/setup-rye@v4
with:
enable-cache: true

# run: |
# curl -sSf https://rye.astral.sh/get | bash
# rye pin 3.9
# rye sync
run: |
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 8ff0632

Please sign in to comment.