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 30837fb commit b489c58Copy full SHA for b489c58
.github/workflows/pythonpackage.yml
@@ -13,8 +13,9 @@ jobs:
13
runs-on: ${{ matrix.os }}
14
strategy:
15
matrix:
16
- os: [windows-latest, ubuntu-latest, macos-latest]
+ #os: [windows-latest, ubuntu-latest, macos-latest]
17
#python-version: [3.6, 3.7, 3.8]
18
+ os: [wubuntu-latest]
19
python-version: [3.8]
20
21
steps:
@@ -33,7 +34,8 @@ jobs:
33
34
echo "========================"
35
pwd -L
36
pwd -P
- 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
39
pytest --timeout=30 --timeout_method thread -s
40
codecov:
41
# If all tests pass:
0 commit comments