Skip to content

Add RayTransformConfiguration to a capture runtime_class #227

Add RayTransformConfiguration to a capture runtime_class

Add RayTransformConfiguration to a capture runtime_class #227

Workflow file for this run

name: Build Library
on:
workflow_dispatch:
push:
branches:
- "dev"
pull_request:
branches:
- "dev"
jobs:
build-lib:
runs-on: ubuntu-latest
strategy:
matrix:
python:
- "3.11"
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build data-processing-lib
run: |
make -C data-processing-lib DOCKER=docker venv build