diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a74d4c0..b278e00 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,8 +22,10 @@ jobs: # 3. Install Rye - name: Install Rye + env: + RYE_INSTALL_OPTION: "--yes" # Skips all prompts during installation run: | - curl -sSf https://rye.astral.sh/get | bash --yes + curl -sSf https://rye.astral.sh/get | bash -s $RYE_INSTALL_OPTION # 4. Configure Rye for global shims - name: Configure Rye