Skip to content

Commit f543f3c

Browse files
minor changes
1 parent ab523e1 commit f543f3c

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

ci.Qa.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ prepare:
77
- name: create environment file
88
command: |
99
cat > ./env << 'EOF'
10+
export PATH="$HOME/app:$PATH"
1011
export UV_PYTHON_INSTALL_DIR=$PWD/.codesphere-internal/.uv-python-install
1112
export UV_PYTHON_BIN_DIR=$PWD/.codesphere-internal/.uv-python-bin
1213
export UV_CACHE_DIR=$PWD/.codesphere-internal/.uv

ci.dev.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ prepare:
77
- name: create environment file
88
command: |
99
cat > ./env << 'EOF'
10+
export PATH="$HOME/app:$PATH"
1011
export UV_PYTHON_INSTALL_DIR=$PWD/.codesphere-internal/.uv-python-install
1112
export UV_PYTHON_BIN_DIR=$PWD/.codesphere-internal/.uv-python-bin
1213
export UV_CACHE_DIR=$PWD/.codesphere-internal/.uv

ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ prepare:
77
- name: create environment file
88
command: |
99
cat > ./env << 'EOF'
10+
export PATH="$HOME/app:$PATH"
1011
export UV_PYTHON_INSTALL_DIR=$PWD/.codesphere-internal/.uv-python-install
1112
export UV_PYTHON_BIN_DIR=$PWD/.codesphere-internal/.uv-python-bin
1213
export UV_CACHE_DIR=$PWD/.codesphere-internal/.uv

0 commit comments

Comments
 (0)