Skip to content

Commit

Permalink
fix: rye ci installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan-Kim2028 committed Oct 26, 2024
1 parent d3274f2 commit 131f6f3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 131f6f3

Please sign in to comment.