Skip to content

Install pytorch whl from additional index #11

Install pytorch whl from additional index

Install pytorch whl from additional index #11

Workflow file for this run

name: CI
on:
workflow_dispatch:
push:
pull_request:
permissions: {}
jobs:
pre-commit:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout Code Repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
- name: Install the latest version of uv
uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6.4.3
- name: Install dependencies
run: uv sync --frozen
- name: Install deptry
run: uv tool install deptry
- name: Run pre-commit
uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1