Skip to content

Commit

Permalink
chore: fix Rye path in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsbarnard committed Jan 29, 2025
1 parent c8a8642 commit b406dc6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Set up Rye in PATH
run: |
echo "$HOME/.rye/bin" >> $GITHUB_PATH
echo "$HOME/.rye/shims" >> $GITHUB_PATH
- name: Build
run: |
Expand Down Expand Up @@ -85,11 +85,10 @@ jobs:
if: steps.cache-rye.outputs.cache-hit != 'true'
run: |
curl -sSf https://rye.astral.sh/get | RYE_VERSION="0.38.0" RYE_INSTALL_OPTION="--yes" bash
echo "$HOME/.rye/bin" >> $GITHUB_PATH
- name: Set up Rye in PATH
run: |
echo "$HOME/.rye/bin" >> $GITHUB_PATH
echo "$HOME/.rye/shims" >> $GITHUB_PATH
- name: Download built package
uses: actions/download-artifact@v4
Expand Down

0 comments on commit b406dc6

Please sign in to comment.