Skip to content

Commit

Permalink
fix: update github actions script to fix rye installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan-Kim2028 committed Oct 21, 2024
1 parent bc4e423 commit 3970f3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

strategy:
matrix:
python-version: [3.11, 3.12]
python-version: [3.12]

steps:
# Step 1: Checkout the repository
Expand All @@ -28,7 +28,7 @@ jobs:
# Step 2: Install Rye
- name: Install Rye
run: |
curl -sSL https://rye-up.com/install.sh | bash
curl -sSf https://rye.astral.sh/get | 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 3970f3c

Please sign in to comment.