Skip to content

Add support for Ruby #4

Add support for Ruby

Add support for Ruby #4

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.11' # Specify the Python version you need
- name: Run tests
run: sudo make test-python