Skip to content

Commit

Permalink
add rye to path
Browse files Browse the repository at this point in the history
  • Loading branch information
georgebv committed Mar 11, 2024
1 parent a03aacc commit 313fdcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install rye
run: |
curl -sSf https://rye-up.com/get | RYE_INSTALL_OPTION="--yes" bash
source "$HOME/.rye/env"
export PATH="$HOME/.rye/shims:$PATH"
- name: Install project and its dependencies
run: rye sync
- name: Build and deploy docs
Expand Down

0 comments on commit 313fdcf

Please sign in to comment.