Skip to content

Commit 2def671

Browse files
authored
Run Python tests linux
Updated comment for clarity and removed redundant note about permissions.
1 parent f3e4e76 commit 2def671

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous_integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)