https://github.com/crypdick/patching-ray-data-actors
https://github.com/crypdick/patching-ray-data-actors
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/crypdick/patching-ray-data-actors
- Owner: crypdick
- Created: 2025-04-15T21:33:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-16T00:39:23.000Z (about 1 year ago)
- Last Synced: 2025-04-16T01:24:34.398Z (about 1 year ago)
- Language: Python
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# patching-ray-data-actors
How to patch Ray Data actors for CI testing. Blog post: https://www.richarddecal.com/coding/how-to-mock-actors-in-ray-data-pipelines/
## Usage
```bash
pip install -r requirements.txt
pytest
```