Summary
Jobs
coverage
doctest
format
pre-commit
test
all (ubuntu-latest, 3.12)
all (ubuntu-latest, 3.11)
all (ubuntu-latest, 3.10)
all (ubuntu-latest, 3.9)
all (macos-latest, 3.12)
all (macos-latest, 3.11)
all (macos-latest, 3.10)
all (macos-latest, 3.9)
min (ubuntu-latest, 3.12)
min (ubuntu-latest, 3.11)
min (ubuntu-latest, 3.10)
min (ubuntu-latest, 3.9)
min (macos-latest, 3.12)
min (macos-latest, 3.11)
min (macos-latest, 3.10)
min (macos-latest, 3.9)
test-deps
omegaconf (ubuntu-latest, 3.12, 2.3.0)
omegaconf (ubuntu-latest, 3.12, 2.2.3)
omegaconf (ubuntu-latest, 3.12, 2.1.2)
omegaconf (ubuntu-latest, 3.11, 2.3.0)
omegaconf (ubuntu-latest, 3.11, 2.2.3)
omegaconf (ubuntu-latest, 3.11, 2.1.2)
omegaconf (ubuntu-latest, 3.10, 2.3.0)
omegaconf (ubuntu-latest, 3.10, 2.2.3)
omegaconf (ubuntu-latest, 3.10, 2.1.2)
omegaconf (ubuntu-latest, 3.9, 2.3.0)
omegaconf (ubuntu-latest, 3.9, 2.2.3)
omegaconf (ubuntu-latest, 3.9, 2.1.2)
braceexpand (ubuntu-latest, 3.12, 0.1.7)
braceexpand (ubuntu-latest, 3.11, 0.1.7)
braceexpand (ubuntu-latest, 3.10, 0.1.7)
braceexpand (ubuntu-latest, 3.9, 0.1.7)
torch (ubuntu-latest, 3.11, 2.1.2)
torch (ubuntu-latest, 3.11, 2.0.1)
torch (ubuntu-latest, 3.11, 1.13.1)
torch (ubuntu-latest, 3.10, 2.1.2)
torch (ubuntu-latest, 3.10, 2.0.1)
torch (ubuntu-latest, 3.10, 1.13.1)
torch (ubuntu-latest, 3.10, 1.12.1)
torch (ubuntu-latest, 3.10, 1.11.0)
torch (ubuntu-latest, 3.9, 2.1.2)
torch (ubuntu-latest, 3.9, 2.0.1)
torch (ubuntu-latest, 3.9, 1.13.1)
torch (ubuntu-latest, 3.9, 1.12.1)
torch (ubuntu-latest, 3.9, 1.11.0)
torch (ubuntu-latest, 3.9, 1.10.0)
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI
on:
pull_request:
branches:
- main
push:
branches:
- main
workflow_dispatch: # to trigger manually
jobs:
coverage:
uses: ./.github/workflows/coverage.yaml
secrets: inherit
doctest:
uses: ./.github/workflows/doctest.yaml
format:
uses: ./.github/workflows/format.yaml
pre-commit:
uses: ./.github/workflows/pre-commit.yaml
test:
uses: ./.github/workflows/test.yaml
test-deps:
uses: ./.github/workflows/test-deps.yaml
You can’t perform that action at this time.