Skip to content

Commit b489c58

Browse files
committed
debug GH
1 parent 30837fb commit b489c58

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ jobs:
1313
runs-on: ${{ matrix.os }}
1414
strategy:
1515
matrix:
16-
os: [windows-latest, ubuntu-latest, macos-latest]
16+
#os: [windows-latest, ubuntu-latest, macos-latest]
1717
#python-version: [3.6, 3.7, 3.8]
18+
os: [wubuntu-latest]
1819
python-version: [3.8]
1920

2021
steps:
@@ -33,7 +34,8 @@ jobs:
3334
echo "========================"
3435
pwd -L
3536
pwd -P
36-
ls -R /opt/hostedtoolcache/Python/3.8.6/x64/lib/python3.8/site-packages/roboticstoolbox
37+
printenv
38+
#ls -R /opt/hostedtoolcache/Python/3.8.6/x64/lib/python3.8/site-packages/roboticstoolbox
3739
pytest --timeout=30 --timeout_method thread -s
3840
codecov:
3941
# If all tests pass:

0 commit comments

Comments
 (0)