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 2b13fab commit b5193bcCopy full SHA for b5193bc
.github/workflows/build_and_release.yml
@@ -56,7 +56,7 @@ jobs:
56
source test_env/bin/activate
57
# Install the locally built wheel and testing dependencies
58
pip install dist/*.whl pytest
59
- python -m "import dspy; print(dspy.__version__)"
+ python -c "import dspy; print(dspy.__version__)"
60
deactivate
61
# Publish to test-PyPI
62
- name: Publish distribution 📦 to test-PyPI
0 commit comments