8000 debug GH · lars-x/robotics-toolbox-python@544f1c8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 544f1c8

Browse files
committed
debug GH
1 parent 7245b40 commit 544f1c8

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@ jobs:
3535
pwd -L
3636
pwd -P
3737
printenv
38-
#ls -R /opt/hostedtoolcache/Python/3.8.6/x64/lib/python3.8/site-packages/roboticstoolbox
38+
echo "============ ls -R /opt ============"
39+
ls -R /opt/hostedtoolcache/Python/3.8.6/x64/lib/python3.8/site-packages/roboticstoolbox
40+
echo "============ ls -R . ============"
41+
ls -R .
3942
pytest --timeout=30 --timeout_method thread -s
4043
codecov:
4144
# If all tests pass:

roboticstoolbox/data/test.mat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
hello

roboticstoolbox/data/test.urdf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
hello

0 commit comments

Comments
 (0)
0