Skip to content

Commit ccf4c98

Browse files
committed
what if staging
1 parent 9f475c8 commit ccf4c98

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/EXPERIMENT.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,10 @@ jobs:
142142
working-directory: v1/basic_examples/deposit_on_morpho/python
143143
run: cat pyproject.toml
144144

145+
- name: Show compass-api-sdk version
146+
working-directory: v1/basic_examples/deposit_on_morpho/python
147+
run: uv pip show compass-api-sdk || echo "compass-api-sdk not installed"
148+
145149
- name: Run example
146150
working-directory: v1/basic_examples/deposit_on_morpho/python
147151
run: ./.venv/bin/python main.py #src/main.py #

0 commit comments

Comments
 (0)