Skip to content

Commit e581eb6

Browse files
authored
Update workflow (#1440)
1 parent 9ba92d3 commit e581eb6

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.github/workflows/tests-all-os.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
OBJC_DISABLE_INITIALIZE_FORK_SAFETY: YES
1212

1313
strategy:
14-
fail-fast: True
14+
fail-fast: False
1515
matrix:
1616
include:
1717
# Linux
@@ -37,9 +37,9 @@ jobs:
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
@@ -51,10 +51,6 @@ jobs:
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
@@ -82,7 +78,8 @@ jobs:
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()

0 commit comments

Comments
 (0)