Commit ce7fe62 1 parent 859db94 commit ce7fe62 Copy full SHA for ce7fe62
File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
name : Commit Checks
2
-
3
2
on : [pull_request]
4
3
5
4
jobs :
37
36
38
37
run-pytest :
39
38
name : Run Tests
40
- runs-on : ubuntu-latest
39
+ runs-on : ubuntu-22.04
41
40
strategy :
42
41
fail-fast : false
43
42
matrix :
@@ -63,16 +62,18 @@ jobs:
63
62
- name : Pull artifacts
64
63
uses : actions/download-artifact@v4
65
64
with :
66
- name : basilisk-wheels_ubuntu-latest_python ${{ matrix.python-version }}
65
+ name : basilisk-wheels_ubuntu-22.04_python ${{ matrix.python-version }}
67
66
repository : AVSLab/basilisk
68
67
run-id : ${{ env.RUN_ID }}
69
68
github-token : ${{ github.token }}
70
69
- name : Install Basilisk from wheels
71
- run : pip install Basilisk*.whl
70
+ run : |
71
+ pip install Basilisk*.whl
72
+ bskLargeData
72
73
- name : Install BSK-RL
73
74
run : pip install -e '.[all]' && finish_install
74
75
- name : Run pytest
75
- run : pytest -v
76
+ run : pytest -v -ra --tb=long -o log_cli=true -o log_level=DEBUG
76
77
77
78
check-doc-build :
78
79
name : Test Documentation Build
You can’t perform that action at this time.
0 commit comments