Skip to content

feat: add ebd_names to TableMetaData and GraphMetaData; therefore remove sub_chapter #605

feat: add ebd_names to TableMetaData and GraphMetaData; therefore remove sub_chapter

feat: add ebd_names to TableMetaData and GraphMetaData; therefore remove sub_chapter #605

name: "Packaging Test"
on: [ pull_request ]
jobs:
packaging_test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [ "3.11", "3.12", "3.13" ]
os: [ ubuntu-latest ]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox
- name: Run Packaging Test
run: |
tox -e test_packaging