Skip to content

Run Tests - PyTorch 1.12 #378

Run Tests - PyTorch 1.12

Run Tests - PyTorch 1.12 #378

name: Run Tests - PyTorch 1.12
on:
workflow_dispatch: # Allow manual triggers
schedule:
- cron: 0 0 * * *
jobs:
run-pytorch-1_12:
uses: ./.github/workflows/run_pytorch_tests.yml
with:
torch-version: "1.12.*"