Skip to content

Bump actions/setup-python from 2 to 5 #329

Bump actions/setup-python from 2 to 5

Bump actions/setup-python from 2 to 5 #329

Workflow file for this run

name: Tests
on:
push:
branches:
- main
- '*.x'
paths-ignore:
- '*.md'
pull_request:
branches:
- main
- '*.x'
paths-ignore:
- '*.md'
jobs:
docs:
name: docs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v5
- run: python -m pip install --upgrade pip wheel
- run: pip install tox
- run: tox -e docs