File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 11name : Commit Checks
2-
32on : [pull_request]
43
54jobs :
3736
3837 run-pytest :
3938 name : Run Tests
40- runs-on : ubuntu-latest
39+ runs-on : ubuntu-22.04
4140 strategy :
4241 fail-fast : false
4342 matrix :
@@ -63,16 +62,18 @@ jobs:
6362 - name : Pull artifacts
6463 uses : actions/download-artifact@v4
6564 with :
66- name : basilisk-wheels_ubuntu-latest_python ${{ matrix.python-version }}
65+ name : basilisk-wheels_ubuntu-22.04_python ${{ matrix.python-version }}
6766 repository : AVSLab/basilisk
6867 run-id : ${{ env.RUN_ID }}
6968 github-token : ${{ github.token }}
7069 - name : Install Basilisk from wheels
71- run : pip install Basilisk*.whl
70+ run : |
71+ pip install Basilisk*.whl
72+ bskLargeData
7273 - name : Install BSK-RL
7374 run : pip install -e '.[all]' && finish_install
7475 - name : Run pytest
75- run : pytest -v
76+ run : pytest -v -ra --tb=long -o log_cli=true -o log_level=DEBUG
7677
7778 check-doc-build :
7879 name : Test Documentation Build
You can’t perform that action at this time.
0 commit comments