diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index eab34d33..6e57b267 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -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