File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM mcr.microsoft.com/vscode/devcontainers/python:0-${VARIANT}
33
44USER vscode
55
6- RUN curl -sSf https://rye-up. com/get | RYE_VERSION="0.24.0" RYE_INSTALL_OPTION="--yes" bash
6+ RUN curl -sSf https://raw.githubusercontent. com/astral-sh/rye/main/scripts/install.sh | RYE_VERSION="0.24.0" RYE_INSTALL_OPTION="--yes" bash
77ENV PATH=/home/vscode/.rye/shims:$PATH
88
99RUN echo "[[ -d .venv ]] && source .venv/bin/activate" >> /home/vscode/.bashrc
Original file line number Diff line number Diff line change 1818
1919 - name : Install Rye
2020 run : |
21- curl -sSf https://rye-up. com/get | bash
21+ curl -sSf https://raw.githubusercontent. com/astral-sh/rye/main/scripts/install.sh | bash
2222 echo "$HOME/.rye/shims" >> $GITHUB_PATH
2323 env :
2424 RYE_VERSION : 0.24.0
3939
4040 - name : Install Rye
4141 run : |
42- curl -sSf https://rye-up. com/get | bash
42+ curl -sSf https://raw.githubusercontent. com/astral-sh/rye/main/scripts/install.sh | bash
4343 echo "$HOME/.rye/shims" >> $GITHUB_PATH
4444 env :
4545 RYE_VERSION : 0.24.0
Original file line number Diff line number Diff line change 2525 - name : Install Rye
2626 if : ${{ steps.release.outputs.releases_created }}
2727 run : |
28- curl -sSf https://rye-up. com/get | bash
28+ curl -sSf https://raw.githubusercontent. com/astral-sh/rye/main/scripts/install.sh | bash
2929 echo "$HOME/.rye/shims" >> $GITHUB_PATH
3030 env :
3131 RYE_VERSION : 0.24.0
Original file line number Diff line number Diff line change 1414
1515 - name : Install Rye
1616 run : |
17- curl -sSf https://rye-up. com/get | bash
17+ curl -sSf https://raw.githubusercontent. com/astral-sh/rye/main/scripts/install.sh | bash
1818 echo "$HOME/.rye/shims" >> $GITHUB_PATH
1919 env :
2020 RYE_VERSION : 0.24.0
You can’t perform that action at this time.
0 commit comments