Skip to content

Commit

Permalink
ci: add rye to PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Apr 22, 2024
1 parent 3921a49 commit 90ec3ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
working-directory: example
- name: Show rye version
run: |
export PATH=${HOME}/.rye/shims:${PATH}
type rye
rye --version
type python3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Github Actions:
working-directory: example
- name: Show rye version
run: |
export PATH=${HOME}/.rye/shims:${PATH}s
export PATH=${HOME}/.rye/shims:${PATH}
type rye
rye --version
```

0 comments on commit 90ec3ec

Please sign in to comment.