Skip to content

Add workflow visualization #13

Add workflow visualization

Add workflow visualization #13

Workflow file for this run

name: tox
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
release:
types:
- published
jobs:
checks:
runs-on: ubuntu-latest
strategy:
matrix:
tox-env: ['py310', 'py311', 'py312']
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install tox tox-gh-actions
- name: Run tox
run: tox
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: BlueBrain/blue-cwl