File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -913,8 +913,8 @@ jobs:
913913 - name : Test Python bindings
914914 run : |
915915 pip install /home/runner/work/opensim-core/opensim-core-install/lib/python3.10/site-packages/dist/opensim-4.5.2-cp310-cp310-linux_x86_64.whl
916- # Run the python tests, verbosely, running from packaging folder fails due to permissions.
917- # python3 -m unittest discover --start-directory /home/runner/work/opensim-core/opensim-core-install/lib/python3.10/site-packages/opensim/tests --verbose
916+ # Run the python tests, verbosely
917+ python3 -m unittest discover --start-directory /home/runner/work/opensim-core/opensim-core-install/lib/python3.10/site-packages/opensim/tests --verbose
918918
919919 - name : Upload opensim-core
920920 uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments