Skip to content

chore(deps-dev): bump pytest from 9.0.2 to 9.0.3 #397

chore(deps-dev): bump pytest from 9.0.2 to 9.0.3

chore(deps-dev): bump pytest from 9.0.2 to 9.0.3 #397

Workflow file for this run

name: "Packaging Test"
on: [pull_request]
jobs:
check_packaging:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: 3.14
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox
- name: Run Packaging Test
run: |
tox -e test_packaging