We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f475c8 commit ccf4c98Copy full SHA for ccf4c98
.github/workflows/EXPERIMENT.yml
@@ -142,6 +142,10 @@ jobs:
142
working-directory: v1/basic_examples/deposit_on_morpho/python
143
run: cat pyproject.toml
144
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
+
149
- name: Run example
150
151
run: ./.venv/bin/python main.py #src/main.py #
0 commit comments