Skip to content

Fix packaging deprecation and flake8 regression in tests #89

Fix packaging deprecation and flake8 regression in tests

Fix packaging deprecation and flake8 regression in tests #89

Workflow file for this run

---
name: Run tests
on:
push:
branches: ['master']
pull_request:
jobs:
pytest:
uses: colcon/ci/.github/workflows/pytest.yaml@main
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}