File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# python-demo test
22
3- before running any stage you will need to set up a 'CS_TOKEN' env var containing an Codesphere API key
3+ before running any stage you will need to set up a 'CS_TOKEN' env var containing an Codesphere API key.
44
55# open backend api docs
66
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ prepare:
1010 - name : install uv standalone version
1111 command : curl -LsSf https://astral.sh/uv/install.sh | env
1212 UV_INSTALL_DIR="$HOME/app" sh && chmod +x $HOME/app/uv
13+ - command : cp -n .env.sample .env
1314 - name : " set ev vars "
1415 command : . .env && cs set-env -w $WORKSPACE_ID -t $TEAM_ID --env-var
1516 UV_PYTHON_INSTALL_DIR=$PWD/.codesphere-internal/.uv-python-install
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ prepare:
1010 - name : install uv standalone version
1111 command : curl -LsSf https://astral.sh/uv/install.sh | env
1212 UV_INSTALL_DIR="$HOME/app" sh && chmod +x $HOME/app/uv
13+ - command : cp -n .env.sample .env
1314 - name : " set ev vars "
1415 command : . .env && cs set-env -w $WORKSPACE_ID -t $TEAM_ID --env-var
1516 UV_PYTHON_INSTALL_DIR=$PWD/.codesphere-internal/.uv-python-install
You can’t perform that action at this time.
0 commit comments