File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
22
env :
23
23
RYE_INSTALL_OPTION : --yes
24
24
run : |
25
- curl -sSf https://rye-up.com /get | bash
25
+ curl -sSf https://rye.astral.sh /get | bash
26
26
echo "$HOME/.rye/shims" >> $GITHUB_PATH
27
27
28
28
- name : Configure Rye
Original file line number Diff line number Diff line change 31
31
RYE_TOOLCHAIN_VERSION : ${{ matrix.pyversion}}
32
32
RYE_INSTALL_OPTION : --yes
33
33
run : |
34
- curl -sSf https://rye-up.com /get | bash
34
+ curl -sSf https://rye.astral.sh /get | bash
35
35
echo "$HOME/.rye/shims" >> $GITHUB_PATH
36
36
37
37
# Stolen from https://github.com/bluss/pyproject-local-kernel/blob/2b641290694adc998fb6bceea58d3737523a68b7/.github/workflows/ci.yaml
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ the repository, and clone it locally.
24
24
25
25
As for every Python project, using virtual environment is recommended to avoid
26
26
conflicts between modules.
27
- For this project, we use [ Rye] ( https://rye-up.com / ) to easily manage project
27
+ For this project, we use [ Rye] ( https://rye.astral.sh / ) to easily manage project
28
28
and development dependencies. If not already, please install this tool.
29
29
30
30
## Installing Python modules
You can’t perform that action at this time.
0 commit comments