Skip to content

Commit b5193bc

Browse files
go
1 parent 2b13fab commit b5193bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
source test_env/bin/activate
5757
# Install the locally built wheel and testing dependencies
5858
pip install dist/*.whl pytest
59-
python -m "import dspy; print(dspy.__version__)"
59+
python -c "import dspy; print(dspy.__version__)"
6060
deactivate
6161
# Publish to test-PyPI
6262
- name: Publish distribution 📦 to test-PyPI

0 commit comments

Comments
 (0)