Skip to content

Commit

Permalink
Fix rye path
Browse files Browse the repository at this point in the history
  • Loading branch information
grant0417 committed May 29, 2024
1 parent 5db451e commit 7ebfeec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Binary file removed .DS_Store
Binary file not shown.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ jobs:
steps:
- name: Setup Rye
run: curl -sSf https://rye.astral.sh/get | RYE_INSTALL_OPTION="--yes" bash
- run: source "$HOME/.rye/env"
- run: echo "$HOME/.rye/shims" >> $GITHUB_PATH
- run: rye config --set-bool behavior.use-uv=true
- run: rye sync
- run: |
mkdir -p ./export/js/aws
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
__pycache__
export
dist
.DS_Store

0 comments on commit 7ebfeec

Please sign in to comment.