fix(ci): update rye url

See https://github.com/astral-sh/rye/issues/1111
This commit is contained in:
Jérome Eertmans
2024-05-24 21:45:45 +02:00
parent b08073983b
commit c0a240d758
3 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ jobs:
env: env:
RYE_INSTALL_OPTION: --yes RYE_INSTALL_OPTION: --yes
run: | run: |
curl -sSf https://rye-up.com/get | bash curl -sSf https://rye.astral.sh/get | bash
echo "$HOME/.rye/shims" >> $GITHUB_PATH echo "$HOME/.rye/shims" >> $GITHUB_PATH
- name: Configure Rye - name: Configure Rye

View File

@ -31,7 +31,7 @@ jobs:
RYE_TOOLCHAIN_VERSION: ${{ matrix.pyversion}} RYE_TOOLCHAIN_VERSION: ${{ matrix.pyversion}}
RYE_INSTALL_OPTION: --yes RYE_INSTALL_OPTION: --yes
run: | run: |
curl -sSf https://rye-up.com/get | bash curl -sSf https://rye.astral.sh/get | bash
echo "$HOME/.rye/shims" >> $GITHUB_PATH echo "$HOME/.rye/shims" >> $GITHUB_PATH
# Stolen from https://github.com/bluss/pyproject-local-kernel/blob/2b641290694adc998fb6bceea58d3737523a68b7/.github/workflows/ci.yaml # Stolen from https://github.com/bluss/pyproject-local-kernel/blob/2b641290694adc998fb6bceea58d3737523a68b7/.github/workflows/ci.yaml

View File

@ -24,7 +24,7 @@ the repository, and clone it locally.
As for every Python project, using virtual environment is recommended to avoid As for every Python project, using virtual environment is recommended to avoid
conflicts between modules. conflicts between modules.
For this project, we use [Rye](https://rye-up.com/) to easily manage project For this project, we use [Rye](https://rye.astral.sh/) to easily manage project
and development dependencies. If not already, please install this tool. and development dependencies. If not already, please install this tool.
## Installing Python modules ## Installing Python modules