Skip to content

Commit e4637ea

Browse files
committed
STAGING
1 parent a4b2931 commit e4637ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/simple_test__staging.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
ecr_image_uri: 688567264391.dkr.ecr.eu-west-2.amazonaws.com/dojo_api
127127

128128
- name: Install dependencies
129-
working-directory: v1/pendle/python
129+
working-directory: test
130130
run: |
131131
if [[ "$UV_PACKAGE_VERSION" != "latest" ]]; then
132132
echo "Installing compass-api-sdk==$UV_PACKAGE_VERSION"
@@ -137,7 +137,7 @@ jobs:
137137
138138
- name: Run example
139139
working-directory: test
140-
run: ./.venv/bin/python main.py
140+
run: uv run python main.py
141141

142142

143143
# run: |

0 commit comments

Comments
 (0)