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 a56298e commit ef903eaCopy full SHA for ef903ea
.github/workflows/continuous_integration.yml
@@ -120,8 +120,12 @@ jobs:
120
with:
121
name: opensim-4.5.2-cp311-cp311-win_amd64.whl
122
path: ~/opensim-core-install/sdk/python/dist/opensim-4.5.2-cp311-cp311-win_amd64.whl
123
- # Run python tests.
124
- python -m unittest discover --start-directory opensim/tests --verbose
+
+ - name: Test Python bindings
125
+ run: |
126
+ cd $GITHUB_WORKSPACE/../opensim-core-install/sdk/Python
127
+ # Run the python tests, verbosely.
128
+ python3 -m unittest discover --start-directory opensim/tests --verbose
129
130
- name: Upload opensim-core
131
uses: actions/upload-artifact@v4
0 commit comments