Skip to content

Commit

Permalink
Use v1 of localhost backend for Lithops (#471)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwhite authored Jun 4, 2024
1 parent 8143af7 commit 101d59b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cubed/tests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"backend": "localhost",
"storage": "localhost",
"monitoring_interval": 0.1,
}
},
"localhost": {"version": 1},
}

ALL_EXECUTORS = [create_executor("single-threaded")]
Expand Down

0 comments on commit 101d59b

Please sign in to comment.