Skip to content

unnest column description #3

unnest column description

unnest column description #3

Workflow file for this run

name: Python Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Run tests
run: python -m unittest tests.py