Skip to content

Commit

Permalink
ci: install Rye with eifinger/setup-rye
Browse files Browse the repository at this point in the history
  • Loading branch information
koehlma committed Jul 29, 2024
1 parent 973c1a9 commit 73fdca8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install Rye
run: |
curl -sSf https://rye.astral.sh/get | bash
uses: eifinger/setup-rye@v4
- run: |
rye fmt --all --check
rye lint --all
Expand Down

0 comments on commit 73fdca8

Please sign in to comment.