File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
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}
3
3
4
4
USER vscode
5
5
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
7
7
ENV PATH=/home/vscode/.rye/shims:$PATH
8
8
9
9
RUN echo "[[ -d .venv ]] && source .venv/bin/activate" >> /home/vscode/.bashrc
Original file line number Diff line number Diff line change 18
18
19
19
- name : Install Rye
20
20
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
22
22
echo "$HOME/.rye/shims" >> $GITHUB_PATH
23
23
env :
24
24
RYE_VERSION : 0.24.0
39
39
40
40
- name : Install Rye
41
41
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
43
43
echo "$HOME/.rye/shims" >> $GITHUB_PATH
44
44
env :
45
45
RYE_VERSION : 0.24.0
Original file line number Diff line number Diff line change 18
18
19
19
- name : Install Rye
20
20
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
22
22
echo "$HOME/.rye/shims" >> $GITHUB_PATH
23
23
env :
24
24
RYE_VERSION : 0.24.0
You can’t perform that action at this time.
0 commit comments