Skip to content

Commit

Permalink
ci: update env
Browse files Browse the repository at this point in the history
  • Loading branch information
shaokeyibb committed Jul 3, 2024
1 parent ed632d8 commit 8da34da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4
name: Checkout Repo
- run: curl -sSf https://rye.astral.sh/get | RYE_INSTALL_OPTION="--yes" bash
- run: curl -sSf https://rye.astral.sh/get | RYE_INSTALL_OPTION="--yes" bash && source "$HOME/.rye/env"
name: Setup Rye
- run : rye sync
name: Install Dependencies
Expand Down

0 comments on commit 8da34da

Please sign in to comment.