File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed
Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 1111 OBJC_DISABLE_INITIALIZE_FORK_SAFETY : YES
1212
1313 strategy :
14- fail-fast : True
14+ fail-fast : False
1515 matrix :
1616 include :
1717 # Linux
3737 python-version : " 3.12"
3838 - os : macos-latest
3939 python-version : " 3.13"
40- - os : macos-14
40+ - os : macos-15
4141 python-version : " 3.10"
42- - os : macos-14
42+ - os : macos-15
4343 python-version : " 3.11"
4444
4545 # Windows
5151 python-version : " 3.12"
5252 - os : windows-latest
5353 python-version : " 3.13"
54- - os : windows-2022
55- python-version : " 3.10"
56- - os : windows-2022
57- python-version : " 3.11"
5854
5955 steps :
6056 - name : Clone Lithops repository
8278 - name : Run Lithops tests
8379 run : |
8480 cd lithops/tests
85- pytest -v --durations=0 --backend localhost --storage localhost
81+ # pytest -v --durations=0 --backend localhost --storage localhost
82+ pytest -v --durations=0 -o log_cli=true --log-cli-level=DEBUG --backend localhost --storage localhost
8683
8784 - name : Display last 500 lines of the Lithops log file
8885 if : cancelled() || failure()
You can’t perform that action at this time.
0 commit comments