diff --git a/.github/workflows/prod.yaml b/.github/workflows/prod.yaml index c23a423..a1b9ff7 100644 --- a/.github/workflows/prod.yaml +++ b/.github/workflows/prod.yaml @@ -33,9 +33,8 @@ jobs: with: python-version: '3.11' - - name: Install Rye - run: | - curl -sSf https://rye.astral.sh/get | bash + - name: Install the latest version of rye + uses: eifinger/setup-rye@v4 - name: Install dependencies run: rye sync diff --git a/.github/workflows/staging.yaml b/.github/workflows/staging.yaml index 5d77302..485c375 100644 --- a/.github/workflows/staging.yaml +++ b/.github/workflows/staging.yaml @@ -33,9 +33,8 @@ jobs: with: python-version: '3.11' - - name: Install Rye - run: | - curl -sSf https://rye.astral.sh/get | bash + - name: Install the latest version of rye + uses: eifinger/setup-rye@v4 - name: Install dependencies run: rye sync