Skip to content

Commit 1ecf1d0

Browse files
committed
Run lithops tests with localhost v1 and lithops-cloud/lithops#1442
1 parent 16a30a6 commit 1ecf1d0

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/lithops-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
run: |
4040
python -m pip install --upgrade pip
4141
python -m pip install -e '.[test,lithops]'
42+
python -m pip install -U 'lithops @ git+https://github.com/lithops-cloud/lithops.git'
4243
4344
- name: Run tests
4445
run: |

cubed/tests/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"monitoring_interval": 0.1,
1717
"include_modules": None,
1818
},
19-
"localhost": {"version": 2},
19+
"localhost": {"version": 1},
2020
}
2121

2222
ALL_EXECUTORS = [create_executor("single-threaded")]

0 commit comments

Comments
 (0)