Skip to content

Commit

Permalink
fix: update rye installation command
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan-Kim2028 committed Oct 21, 2024
1 parent 3970f3c commit 653fe67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# Step 2: Install Rye
- name: Install Rye
run: |
curl -sSf https://rye.astral.sh/get | bash
curl -sSf https://rye.astral.sh/get | RYE_INSTALL_OPTION="--yes" bash
echo "$HOME/.local/bin" >> $GITHUB_PATH # Add Rye to PATH
# Step 3: Set up Python environment with Rye
Expand Down

0 comments on commit 653fe67

Please sign in to comment.