Skip to content

Bump torchao from 0.17.0 to 0.18.0 #2569

Bump torchao from 0.17.0 to 0.18.0

Bump torchao from 0.17.0 to 0.18.0 #2569

name: Check Documentation
permissions: read-all
on:
pull_request:
jobs:
check_docs:
timeout-minutes: 10
runs-on: ubuntu-latest
defaults:
run:
shell: bash
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
with:
python-version: "3.12"
- name: Install test requirements
run: pip install -r tests/docs/requirements.txt
- name: Print installed modules
run: pip list
- name: Run pytest
run: pytest -ra tests/docs